Skip to content

Commit 9a7c28d

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#1210) (#452)
Releases the following: - `chacha20` v0.10.0-rc.1 - `salsa20` v0.11.0-rc.1
1 parent 893b4c2 commit 9a7c28d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chacha20/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chacha20"
3-
version = "0.10.0-rc.0"
3+
version = "0.10.0-rc.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -51,9 +51,9 @@ rustdoc-args = ["--cfg", "docsrs"]
5151
[lints.rust.unexpected_cfgs]
5252
level = "warn"
5353
check-cfg = [
54-
'cfg(chacha20_force_soft)',
55-
'cfg(chacha20_force_sse2)',
56-
'cfg(chacha20_force_avx2)',
54+
'cfg(chacha20_force_soft)',
55+
'cfg(chacha20_force_sse2)',
56+
'cfg(chacha20_force_avx2)',
5757
]
5858

5959
[lints.clippy]

salsa20/Cargo.toml

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

0 commit comments

Comments
 (0)