diff --git a/Cargo.lock b/Cargo.lock index b81dd58..e78264b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,8 +1035,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reticulum" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d838809ab28f9bfa5354b3397bcfc2b4a7a7258e98d9ed2b18a6e39437b00202" +source = "git+https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs.git#5012cf2c48044034775207ab7ee2c67d285276bb" dependencies = [ "aes", "cbc", diff --git a/Cargo.toml b/Cargo.toml index 0c20451..96bcd29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,8 @@ tokio-util = "0.7.15" # Logging log = "0.4.27" env_logger = "0.10" -reticulum = "0.1.0" +reticulum = { git = "https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs.git" } +# reticulum = "0.1.0" clap = { version = "4.5.53", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] } bincode = { version = "2.0.1", features = ["serde"] }