bump/tweak some deps
- spacepackets to 0.5.2 for include PartialEq fix - paste: "1.0" to "1" - delegate: Allow 0.8 and 0.9
This commit is contained in:
parent
2bdbabf47e
commit
81ba7c7e79
@ -13,8 +13,8 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
delegate = "0.8"
|
||||
paste = "1.0"
|
||||
delegate = ">=0.8, <0.10"
|
||||
paste = "1"
|
||||
embed-doc-image = "0.1"
|
||||
|
||||
[dependencies.dyn-clone]
|
||||
@ -53,7 +53,7 @@ default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.spacepackets]
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
# path = "../spacepackets"
|
||||
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||
# rev = "..."
|
||||
|
Loading…
Reference in New Issue
Block a user