bump reticulum to upstream ref

This commit is contained in:
sigil-03 2025-12-02 15:19:06 -07:00
parent 184314975a
commit 119fd14f50
2 changed files with 3 additions and 3 deletions

View file

@ -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"] }