Merge pull request 'allow arbitrary crc minor version' (#130) from allow-arbitrary-crc-minor-version into main

Reviewed-on: #130
This commit was merged in pull request #130.
This commit is contained in:
2025-07-18 19:28:31 +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"] }