allow arbitrary crc minor version #130

Merged
muellerr merged 1 commits from allow-arbitrary-crc-minor-version into main 2025-07-18 19:28:32 +02:00

View File

@@ -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"] }