We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6460 commit 80071fdCopy full SHA for 80071fd
CHANGES.md
@@ -5,6 +5,7 @@
5
## [Unreleased] - ReleaseDate
6
7
* Raise MSRV to 1.59.0
8
+* Change to 2021 edition
9
10
## [0.13.0] - 2022-08-03
11
Cargo.toml
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/compress-tools"
keywords = ["compression", "archive"]
license = "MIT OR Apache-2.0"
readme = "README.md"
12
-edition = "2018"
+edition = "2021"
13
build = "src/build.rs"
14
rust-version = "1.59.0"
15
0 commit comments