Skip to content

Commit e7961dd

Browse files
committed
cargo: Update deku to the v0.20.1 release
It contains all the features needed for nvme-mi-dev. Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 17bf24b commit e7961dd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 6 additions & 4 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/sharksforarms/deku.git", rev = "4fb3527a86222f3680c27df473bde534974a5cdc", default-features = false, features = ["bits"] }
9+
deku = { version = "0.20.1", 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)