Bump MSRV to 1.59.0

Closes str4d/rage#348.
This commit is contained in:
Jack Grigg 2022-10-26 08:05:12 +00:00
parent a0ab6914e4
commit d2bb92915a
12 changed files with 22 additions and 15 deletions

View file

@ -8,6 +8,7 @@ to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.59.0.
- Migrated to `aead 0.5`.
## [0.8.0] - 2022-05-02

View file

@ -7,7 +7,7 @@ repository = "https://github.com/str4d/rage"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.59"
[package.metadata.docs.rs]
all-features = true