Skip to content

Commit ef0e8a3

Browse files
committed
Enable unproven feature of e-h 0.2.x
This is needed for the ADC traits and types which we now reference. Ref: #35
1 parent edf6941 commit ef0e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
1616
all-features = true
1717

1818
[dependencies]
19-
embedded-hal = "0.2.3"
19+
embedded-hal = { version = "0.2.3", features = ["unproven"] }
2020
nb = "0.1.3"
2121
once_cell = { version = "1.4.0", optional = true }
2222
cortex-m = { version = "0.6.3", optional = true }

0 commit comments

Comments
 (0)