Skip to content

Commit 6dc246a

Browse files
jk-ozlabsamboar
authored andcommitted
cargo: fix deku commit specification
I get: $ cargo build warning: unused manifest key: dependencies.deku.commit This should be `rev` instead. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent a302eed commit 6dc246a

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/sharksforarms/deku.git", commit = "e5363bc11e123bfcfd3467a2a90aeef8b588f432", default-features = false }
9+
deku = { git = "https://github.com/sharksforarms/deku.git", rev = "e5363bc11e123bfcfd3467a2a90aeef8b588f432", default-features = false }
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)