fix dependency issues
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
2024-06-05 16:34:21 +02:00
parent 7649a73740
commit e9df416145
7 changed files with 321 additions and 4 deletions

View File

@ -22,8 +22,10 @@ version = "0.3"
optional = true
[dependencies.spacepackets]
version = ">0.9, <=0.11"
version = ">0.9"
default-features = false
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"
branch = "cfdp-tlv-owned-type"
[features]
serde = ["dep:serde", "spacepackets/serde"]