update dependencies
This commit is contained in:
parent
418af9caf9
commit
facd0394ae
@ -13,7 +13,7 @@ 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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crc = { version = "3", git = "https://github.com/us-irs/crc-rs.git", branch = "opt-crc128-crc64", default-features = false }
|
crc = "3.3"
|
||||||
delegate = ">=0.8, <=0.13"
|
delegate = ">=0.8, <=0.13"
|
||||||
paste = "1"
|
paste = "1"
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ version = "0.2"
|
|||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.defmt]
|
[dependencies.defmt]
|
||||||
version = "0.3"
|
version = "1"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user