Skip to content

Commit

Permalink
update to using sdre-stubborn-io from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 18, 2023
1 parent 12f348d commit 7d7fd85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "1.0.21"
version = "1.0.22"
authors = ["Fred Clausen", "Mike Nye", "Alex Austin"]
description = "ACARS Router: A Utility to ingest ACARS/VDLM2 from many sources, process, and feed out to many consumers."
documentation = "https://github.com/sdr-enthusiasts/acars_router"
Expand Down
2 changes: 1 addition & 1 deletion rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sdre-stubborn-io = { git = "https://github.com/sdr-enthusiasts/sdre-stubborn-io.git", version = "0.4.2" }
sdre-stubborn-io = "0.4.3"
log = "0.4.20"
tokio = { version = "1.34.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
Expand Down

0 comments on commit 7d7fd85

Please sign in to comment.