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 e934b90 commit b4d8d49Copy full SHA for b4d8d49
Cargo.toml
@@ -37,7 +37,7 @@ rustc-args = ["--cfg", "docsrs"]
37
cfg-if = "1.0.0"
38
cortex-m = "0.7.2"
39
cortex-m-rt = "0.7"
40
-defmt = { version = "0.3.0", optional = true }
+defmt = { version = ">=0.2.3, <0.4.0", optional = true }
41
embedded-dma = "0.1.2"
42
embedded-hal = { version = "0.2.5", features = ["unproven"] }
43
embedded-time = "0.12.0"
0 commit comments