Skip to content

Commit

Permalink
Merge pull request #201 from rsadsb/add-adsb-deku-version-for-common
Browse files Browse the repository at this point in the history
Add minimum version of adsb_deku for rsadsb_common
  • Loading branch information
wcampbell0x2a authored Feb 4, 2023
2 parents f25fef6 + ca34b4b commit a338bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsadsb_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alloc = ["adsb_deku/alloc", "tracing"]
serde = ["dep:serde", "dep:serde_with", "adsb_deku/serde"]

[dependencies]
adsb_deku = { path = "../libadsb_deku", default-features = false }
adsb_deku = { path = "../libadsb_deku", default-features = false, version = "0.6.3" }
libm = "0.2.2"
tracing = { version = "0.1.0", default-features = false, optional = true}
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit a338bc9

Please sign in to comment.