From 7c027cef16456fcae9ea0db6cf6c11a797f5d600 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 17 Jan 2026 17:37:38 -0700 Subject: [PATCH] ctutils v0.4.0-pre.2 --- Cargo.lock | 2 +- ctutils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd377aaf..b52d70dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "ctutils" -version = "0.4.0-pre.1" +version = "0.4.0-pre.2" dependencies = [ "cmov", "proptest", diff --git a/ctutils/Cargo.toml b/ctutils/Cargo.toml index 34167b42..df4b3178 100644 --- a/ctutils/Cargo.toml +++ b/ctutils/Cargo.toml @@ -5,7 +5,7 @@ Constant-time utility library with selection and equality testing support target applications. Supports `const fn` where appropriate. Built on the `cmov` crate which provides architecture-specific predication intrinsics. Heavily inspired by the `subtle` crate. """ -version = "0.4.0-pre.1" +version = "0.4.0-pre.2" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" homepage = "https://github.com/RustCrypto/utils/tree/master/ctselect"