Skip to content

Commit e4153af

Browse files
committed
allow heapless v0.9
1 parent a6e6c91 commit e4153af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rust-embedded-community/usb-device"
1212
[dependencies]
1313
defmt = { version = "0.3", optional = true }
1414
portable-atomic = { version = "1.2.0", default-features = false }
15-
heapless = "0.8"
15+
heapless = ">=0.8, <=0.9"
1616
log = { version = "0.4", default-features = false, optional = true}
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)