Skip to content

Commit

Permalink
chacha20+salsa20: cut pre.2 prereleases (#371)
Browse files Browse the repository at this point in the history
Cuts the following prereleases:
- `chacha20` v0.10.0-pre.2
- `salsa20` v0.11.0-pre.2
  • Loading branch information
baloo authored Oct 7, 2024
1 parent 9fcbf80 commit 87b79aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chacha20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chacha20"
version = "0.10.0-pre.1"
version = "0.10.0-pre.2"
description = """
The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits
from the RustCrypto `cipher` crate, with optional architecture-specific
Expand Down
2 changes: 1 addition & 1 deletion salsa20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salsa20"
version = "0.11.0-pre.1"
version = "0.11.0-pre.2"
description = "Salsa20 Stream Cipher"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 87b79aa

Please sign in to comment.