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 a1316e8 commit 87c03caCopy full SHA for 87c03ca
Cargo.toml
@@ -48,7 +48,12 @@ default-features = false
48
version = "1.0.2"
49
50
[dependencies.embedded-hal]
51
-version = "=1.0.0-alpha.1"
+# TODO: Update version when I2S proposal is finalized:
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"
57
58
[dev-dependencies]
59
panic-semihosting = "0.5.3"
0 commit comments