From 00e28e4a961410cc46c47034ee3a283133d526a4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 18 Jul 2025 19:27:59 +0200 Subject: [PATCH] allow arbitrary crc minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- 2.43.0