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 a6e6c91 commit e4153afCopy full SHA for e4153af
Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/rust-embedded-community/usb-device"
12
[dependencies]
13
defmt = { version = "0.3", optional = true }
14
portable-atomic = { version = "1.2.0", default-features = false }
15
-heapless = "0.8"
+heapless = ">=0.8, <=0.9"
16
log = { version = "0.4", default-features = false, optional = true}
17
18
[dev-dependencies]
0 commit comments