diff --git a/Cargo.toml b/Cargo.toml index 5da84a6..8e24081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 [dependencies] -crc = "3.3" +crc = "3" delegate = ">=0.8, <=0.13" paste = "1" zerocopy = { version = "0.8", features = ["derive"] }