From 574905ba96796d08892d74612ed13386734cef42 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 7 May 2025 10:39:46 +0200 Subject: [PATCH] bump crc deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 891a375..c30b5d9 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 = { version = "3", git = "https://github.com/us-irs/crc-rs.git", branch = "opt-crc128-crc64", default-features = false } +crc = { version = "3", git = "https://github.com/mrhooray/crc-rs.git", branch = "const-generic-crc-impls" } delegate = ">=0.8, <=0.13" paste = "1"