We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d0f3b commit 0526b7eCopy full SHA for 0526b7e
Cargo.toml
@@ -52,8 +52,9 @@ version = "1.0.2"
52
# https://github.com/rust-embedded/embedded-hal/pull/204
53
features = ["unproven"]
54
# version = "0.2.3"
55
-git = "https://github.com/eldruin/embedded-hal/"
56
-branch = "i2s-v0.2.x"
+# git = "https://github.com/eldruin/embedded-hal/"
+# branch = "i2s-v0.2.x"
57
+path = "../embedded-hal"
58
59
[dev-dependencies]
60
panic-semihosting = "0.5.3"
0 commit comments