Skip to content

Commit

Permalink
Define minimum supported rust version
Browse files Browse the repository at this point in the history
Detected automatically via `cargo msrv`

The usage of the thread_local dependency appears to be what constrains us here.
  • Loading branch information
Techcable committed Aug 26, 2023
1 parent a8d8c25 commit 9c6db5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

## 2.7.0 - 2021-07-29

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9c6db5c

Please sign in to comment.