Skip to content

Commit

Permalink
fixup! wip: Update deku
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 16, 2023
1 parent e9ec578 commit 164d7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libadsb_deku/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ std = ["deku/std", "alloc"]
alloc = ["deku/alloc"]

[dependencies]
deku = { git = "/~https://github.com/sharksforarms/deku", branch = "impl-reader", default-features = false, features = ["read_cache", "logging"] }
deku = { git = "/~https://github.com/sharksforarms/deku", branch = "impl-reader", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
libm = "0.2.8"
env_logger = "*"
Expand Down

0 comments on commit 164d7b8

Please sign in to comment.