Skip to content

Commit

Permalink
Revert "Bump claimed MSRV to 1.39"
Browse files Browse the repository at this point in the history
Apparently the version actually required by the time/unstable_kv
feature is much higher than 1.39. In fact, by my tests it appears to
start working around 1.53

This makes it worthwhile to test it seperately and restore the old MSRV.

This reverts commit 17d94eb.
  • Loading branch information
Techcable committed Mar 23, 2022
1 parent 4c37aba commit 7a93747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition = "2018"
#
# The first version of Cargo that supports this field was in Rust 1.56.0.
# In older releases, the field will be ignored, and Cargo will display a warning.
rust-version = "1.39"
rust-version = "1.38"

[lib]
path = "lib.rs"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<img src="https://img.shields.io/gitter/room/slog-rs/slog.svg" alt="slog-rs Gitter Chat">
</a>

<a href="https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html">
<img src="https://img.shields.io/badge/rust-1.39%2B-orange.svg" alt="Minimum Rust Version 1.38">
<a href="https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html">
<img src="https://img.shields.io/badge/rust-1.38%2B-orange.svg" alt="Minimum Rust Version 1.38">
</a>
</p>

Expand Down

0 comments on commit 7a93747

Please sign in to comment.