allow arbitrary crc minor version

This commit is contained in:
Robin Mueller
2025-07-18 19:27:59 +02:00
parent 4c1cad5b72
commit 00e28e4a96

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