Skip to content

Commit 18a842d

Browse files
committed
add back embedded_hal dependency
1 parent faec110 commit 18a842d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

napi-rust-drivers/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ crate-type = ["cdylib"]
1212
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
1313
napi = { version = "2.12.1", default-features = false, features = ["napi4"] }
1414
napi-derive = "2.12.2"
15+
embedded-hal = { version = "0.2.7", features = ["unproven"] }
1516
rppal = { version = "0.16.0", features = ["hal","hal-unproven"] }
1617
m95320 = "1.0.3"
1718
shared-bus = "0.2.4"

0 commit comments

Comments
 (0)