Skip to content

Commit 17f5eb0

Browse files
authored
cmov v0.5.0-pre.0 (#1357)
Includes breaking optimized version of `CmovEq` for `[u8]`, a pretty important use case
1 parent 19e042a commit 17f5eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmov"
3-
version = "0.5.0-pre"
3+
version = "0.5.0-pre.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

ctutils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
cmov = "0.5.0-pre"
20+
cmov = "0.5.0-pre.0"
2121

2222
# optional dependencies
2323
subtle = { version = "2", optional = true, default-features = false }

0 commit comments

Comments
 (0)