Skip to content

Commit 355bd75

Browse files
authored
Merge pull request #147 from RustCrypto/bump-versions-to-pre
Bump all versions to `*-pre`
2 parents 58fc342 + f482605 commit 355bd75

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

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

aes-gcm-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm-siv"
3-
version = "0.4.1"
3+
version = "0.5.0-pre"
44
description = """
55
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 8452) with optional architecture-specific

aes-gcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm"
3-
version = "0.5.0"
3+
version = "0.6.0-pre"
44
description = """
55
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
66
Authenticated Encryption with Associated Data (AEAD) Cipher

aes-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-siv"
3-
version = "0.2.0"
3+
version = "0.3.0-pre"
44
description = """
55
Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 5297) with optional architecture-specific

chacha20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chacha20poly1305"
3-
version = "0.4.1"
3+
version = "0.5.0-pre"
44
description = """
55
Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption
66
with Additional Data Cipher (RFC 8439) with optional architecture-specific

crypto_box/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto_box"
3-
version = "0.1.0"
3+
version = "0.2.0-pre"
44
description = """
55
Pure Rust implementation of NaCl's crypto_box public-key authenticated
66
encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman
@@ -27,7 +27,7 @@ default-features = false
2727
features = ["u64_backend"]
2828

2929
[dependencies.xsalsa20poly1305]
30-
version = "0.3"
30+
version = "= 0.4.0-pre"
3131
default-features = false
3232
features = ["rand_core"]
3333
path = "../xsalsa20poly1305"

xsalsa20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xsalsa20poly1305"
3-
version = "0.3.1"
3+
version = "0.4.0-pre"
44
description = """
55
Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. NaCl crypto_secretbox)
66
authenticated encryption algorithm

0 commit comments

Comments
 (0)