Skip to content

Commit 9c6db5c

Browse files
committed
Define minimum supported rust version
Detected automatically via `cargo msrv` The usage of the thread_local dependency appears to be what constrains us here.
1 parent a8d8c25 commit 9c6db5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
* Call of deprecated `err.description()` replaced with `err.to_string()`.
1212
* Avoided all catchable panics in async drain thread.
13+
* Define minimum supported rust version.
1314

1415
## 2.7.0 - 2021-07-29
1516

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/slog-async"
1010
homepage = "https://github.com/slog-rs/slog"
1111
repository = "https://github.com/slog-rs/async"
1212
readme = "README.md"
13+
rust-version = "1.59.0"
1314

1415
[features]
1516
nested-values = ["slog/nested-values"]

0 commit comments

Comments
 (0)