Skip to content

Commit a3b43a6

Browse files
authored
crypto_secretbox v0.2.0-pre.0 (#187)
1 parent 989e811 commit a3b43a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crypto_box/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ edition = "2021"
1818
rust-version = "1.85"
1919

2020
[dependencies]
21-
aead = { version = "=0.6.0-rc.2", default-features = false }
22-
crypto_secretbox = { version = "=0.2.0-pre", default-features = false, path = "../crypto_secretbox" }
21+
aead = { version = "0.6.0-rc.2", default-features = false }
22+
crypto_secretbox = { version = "=0.2.0-pre.0", default-features = false, path = "../crypto_secretbox" }
2323
curve25519-dalek = { version = "=5.0.0-pre.1", default-features = false, features = ["zeroize"] }
2424
subtle = { version = "2", default-features = false }
2525
zeroize = { version = "1", default-features = false }

crypto_secretbox/Cargo.toml

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

0 commit comments

Comments
 (0)