allow spacepackets range
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
This commit is contained in:
parent
be9a45e55f
commit
772927d50b
@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
# [v0.1.3] 2024-04-16
|
# [v0.1.3] 2024-04-16
|
||||||
|
|
||||||
Bumped `spacepackets` to v0.11.
|
Allow `spacepackets` range starting with v0.10 and v0.11.
|
||||||
|
|
||||||
# [v0.1.2] 2024-02-17
|
# [v0.1.2] 2024-02-17
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ default-features = false
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.spacepackets]
|
[dependencies.spacepackets]
|
||||||
version = "0.11"
|
version = ">0.10, <=0.11"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
Reference in New Issue
Block a user