bump reticulum to upstream ref
This commit is contained in:
parent
184314975a
commit
119fd14f50
2 changed files with 3 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1035,8 +1035,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reticulum"
|
name = "reticulum"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs.git#5012cf2c48044034775207ab7ee2c67d285276bb"
|
||||||
checksum = "d838809ab28f9bfa5354b3397bcfc2b4a7a7258e98d9ed2b18a6e39437b00202"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"cbc",
|
"cbc",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@ tokio-util = "0.7.15"
|
||||||
# Logging
|
# Logging
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
env_logger = "0.10"
|
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"] }
|
clap = { version = "4.5.53", features = ["derive"] }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
bincode = { version = "2.0.1", features = ["serde"] }
|
bincode = { version = "2.0.1", features = ["serde"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue