From fc540450db4ad515a68ea8629f5a2c95f0d801ac Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 9 Feb 2026 08:23:06 -0700 Subject: [PATCH] polyval: bump `cpubits` to v0.1 --- polyval/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyval/Cargo.toml b/polyval/Cargo.toml index 523e0eb..23be17a 100644 --- a/polyval/Cargo.toml +++ b/polyval/Cargo.toml @@ -19,7 +19,7 @@ edition = "2024" hazmat = [] [dependencies] -cpubits = "0.1.0-rc.2" +cpubits = "0.1" universal-hash = { version = "0.6.0-rc.10", default-features = false } zeroize = { version = "1", optional = true, default-features = false }