Skip to content

Commit b2b97ee

Browse files
committed
cargo: Bump deku tag to cc/deku-v0.19.1/bit-precise-no-alloc-2
Fix the build for usbnvme. Previously the read padding still required linking against alloc. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 0233985 commit b2b97ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0-only"
66

77
[dependencies]
88
crc = "3.2.1"
9-
deku = { git = "https://github.com/codeconstruct/deku.git", tag = "cc/deku-v0.19.1/bit-precise-no-alloc-1", default-features = false, features = ["bits"] }
9+
deku = { git = "https://github.com/codeconstruct/deku.git", tag = "cc/deku-v0.19.1/bit-precise-no-alloc-2", default-features = false, features = ["bits"] }
1010
flagset = { version = "0.4.7", default-features = false }
1111
heapless = "0.8.0"
1212
hmac = { version = "0.12.1", default-features = false }

0 commit comments

Comments
 (0)