Skip to content

Commit 7a93747

Browse files
committed
Revert "Bump claimed MSRV to 1.39"
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.
1 parent 4c37aba commit 7a93747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2018"
2121
#
2222
# The first version of Cargo that supports this field was in Rust 1.56.0.
2323
# In older releases, the field will be ignored, and Cargo will display a warning.
24-
rust-version = "1.39"
24+
rust-version = "1.38"
2525

2626
[lib]
2727
path = "lib.rs"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<img src="https://img.shields.io/gitter/room/slog-rs/slog.svg" alt="slog-rs Gitter Chat">
1212
</a>
1313

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

0 commit comments

Comments
 (0)