Merge pull request 'update num_enum and zerocopy' (#66) from update-deps into main
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
Reviewed-on: #66
This commit is contained in:
commit
6fcf0c2c91
@ -13,12 +13,12 @@ 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, <0.11"
|
||||
delegate = ">0.7, <=0.10"
|
||||
paste = "1"
|
||||
embed-doc-image = "0.1"
|
||||
|
||||
[dependencies.num_enum]
|
||||
version = "0.6"
|
||||
version = ">0.5, <=0.7"
|
||||
default-features = false
|
||||
|
||||
[dependencies.dyn-clone]
|
||||
@ -70,7 +70,7 @@ default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
serde = "1"
|
||||
zerocopy = "0.6"
|
||||
zerocopy = ">0.5, <=0.7"
|
||||
once_cell = "1.13"
|
||||
serde_json = "1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user