We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94d109 commit b9ec85eCopy full SHA for b9ec85e
Cargo.toml
@@ -47,10 +47,11 @@ default-features = false
47
version = "1.0.2"
48
49
[dependencies.embedded-hal]
50
-# TODO: Update version on next release.
+# TODO: Update version when I2S proposal is finalized:
51
+# https://github.com/rust-embedded/embedded-hal/pull/204
52
# version = "0.2.3"
-git = "https://github.com/rust-embedded/embedded-hal/"
53
-branch = "master"
+git = "https://github.com/eldruin/embedded-hal/"
54
+branch = "i2s"
55
56
[dev-dependencies]
57
panic-semihosting = "0.5.3"
0 commit comments