Skip to content

Commit 96955cf

Browse files
committed
Bump the fern MSRV to 1.38
The code did not change, but since the CI now uses a checked in Cargo.lock.msrv of the new lockfile format introduced in Rust 1.38.
1 parent d85f7d0 commit 96955cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
profile: minimal
119119
# when updating this, also update rust-version in Cargo.toml
120-
toolchain: 1.31.0
120+
toolchain: 1.38.0
121121
override: true
122122
- run: cp Cargo.lock.msrv Cargo.lock
123123
- run: cargo build

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.7.0"
55
authors = ["David Ross <[email protected]>"]
66
description = "Simple, efficient logging"
77
edition = "2018"
8-
rust-version = "1.31"
8+
rust-version = "1.38.0"
99

1010
documentation = "https://docs.rs/fern/"
1111
repository = "https://github.com/daboross/fern"

0 commit comments

Comments
 (0)