Skip to content

Commit 17bf24b

Browse files
committed
cargo: Switch to upstream deku
The PR lifting the alloc requirement for the bits feature has been merged upstream. Point to upstream instead of our fork. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent b2b97ee commit 17bf24b

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-2", default-features = false, features = ["bits"] }
9+
deku = { git = "https://github.com/sharksforarms/deku.git", rev = "4fb3527a86222f3680c27df473bde534974a5cdc", 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)