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 a8d8c25 commit 9c6db5cCopy full SHA for 9c6db5c
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
11
* Call of deprecated `err.description()` replaced with `err.to_string()`.
12
* Avoided all catchable panics in async drain thread.
13
+* Define minimum supported rust version.
14
15
## 2.7.0 - 2021-07-29
16
Cargo.toml
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/slog-async"
homepage = "https://github.com/slog-rs/slog"
repository = "https://github.com/slog-rs/async"
readme = "README.md"
+rust-version = "1.59.0"
[features]
nested-values = ["slog/nested-values"]
0 commit comments