Skip to content

Commit b23aeb6

Browse files
authored
Cut new prereleases (#482)
Releases the following: - `chacha20` v0.10.0-rc.4 - `salsa20` v0.11.0-rc.2
1 parent 8d0f8db commit b23aeb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chacha20"
3-
version = "0.10.0-rc.3"
3+
version = "0.10.0-rc.4"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

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.1"
3+
version = "0.11.0-rc.2"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)