Skip to content

Commit

Permalink
Switch to crates.io version of sdr-rust-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 18, 2023
1 parent 6e7f485 commit 3c9df51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
failure = "0.1.8"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
sdre-rust-logging = "0.1.0"
acars_connection_manager = { path = "../../libraries/acars_connection_manager" }
2 changes: 1 addition & 1 deletion rust/libraries/acars_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition.workspace = true
[dependencies]
clap = { version = "4.4.8", features = ["derive", "env"] }
log = "0.4.20"
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
sdre-rust-logging = "0.1.0"

0 comments on commit 3c9df51

Please sign in to comment.