Skip to content

Commit bb63e8f

Browse files
authored
crypto_box v0.8.1 (#64)
1 parent e3935e6 commit bb63e8f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.8.0 (2022-08-10)
7+
## 0.8.1 (2022-08-15)
8+
### Changed
9+
- Revert "select `x25519-dalek` backend automatically" ([#63])
10+
11+
[#63]: https://github.com/RustCrypto/nacl-compat/pull/63
12+
13+
## 0.8.0 (2022-08-10) [YANKED]
14+
15+
This release was yanked due to issues with automatically selecting the
16+
`x25519-dalek` backend. See [#55].
17+
818
### Changed
919
- Unpin `zeroize` version ([#41])
1020
- Upgrade to Rust 2021 edition; MSRV 1.56 ([#42])

crypto_box/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_box"
3-
version = "0.8.0"
3+
version = "0.8.1"
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

0 commit comments

Comments
 (0)