Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Sep 10, 2022
1 parent 6b82649 commit 56487b5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name = "1090"
path = "src/1090/1090.rs"

[dependencies]
adsb_deku = { path = "../libadsb_deku", version = "0.6.0" }
rsadsb_common = { path = "../rsadsb_common", version = "0.6.0" }
adsb_deku = { path = "../libadsb_deku", version = "0.6.1" }
rsadsb_common = { path = "../rsadsb_common", version = "0.6.1" }
hex = "0.4.0"
crossterm = "0.25.0"
clap = {version = "3.1.0", features = ["color", "derive", "wrap_help"]}
Expand Down
2 changes: 1 addition & 1 deletion rsadsb_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ std = ["adsb_deku/std", "tracing/std", "alloc"]
alloc = ["adsb_deku/alloc", "tracing"]

[dependencies]
adsb_deku = { path = "../libadsb_deku", version = "0.6.0", default-features = false }
adsb_deku = { path = "../libadsb_deku", version = "0.6.1", default-features = false }
tracing = { version = "0.1.0", default-features = false, optional = true}
libm = "0.2.2"

0 comments on commit 56487b5

Please sign in to comment.