Skip to content

Commit 9d1e350

Browse files
committed
disable the default features of the cast dependency
1 parent 0dc881b commit 9d1e350

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ repository = "https://github.com/japaric/linux-embedded-hal"
99
version = "0.1.0"
1010

1111
[dependencies]
12-
cast = "0.2.2"
1312
embedded-hal = "0.1.0"
1413
spidev = "0.3.0"
1514
sysfs_gpio = "0.5.1"
15+
16+
[dependencies.cast]
17+
# we don't need the `Error` implementation
18+
default-features = false
19+
version = "0.2.2"

0 commit comments

Comments
 (0)