We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85f7d0 commit 96955cfCopy full SHA for 96955cf
.github/workflows/rust.yml
@@ -117,7 +117,7 @@ jobs:
117
with:
118
profile: minimal
119
# when updating this, also update rust-version in Cargo.toml
120
- toolchain: 1.31.0
+ toolchain: 1.38.0
121
override: true
122
- run: cp Cargo.lock.msrv Cargo.lock
123
- run: cargo build
Cargo.toml
@@ -5,7 +5,7 @@ version = "0.7.0"
5
authors = ["David Ross <[email protected]>"]
6
description = "Simple, efficient logging"
7
edition = "2018"
8
-rust-version = "1.31"
+rust-version = "1.38.0"
9
10
documentation = "https://docs.rs/fern/"
11
repository = "https://github.com/daboross/fern"
0 commit comments