continue example update
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-02-07 12:09:39 +01:00
parent ccb8bdbb95
commit d4a69a77e9
8 changed files with 269 additions and 85 deletions

View File

@ -73,10 +73,11 @@ features = ["all"]
optional = true
[dependencies.spacepackets]
version = "0.8.1"
version = "0.9.0"
default-features = false
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
# rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7"
branch = "main"
[dependencies.cobs]
git = "https://github.com/robamu/cobs.rs.git"