Skip to content

Commit

Permalink
Bump the fern MSRV to 1.38
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
faern committed Jan 17, 2024
1 parent 55da8a2 commit 7b4d4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
profile: minimal
# when updating this, also update rust-version in Cargo.toml
toolchain: 1.31.0
toolchain: 1.38.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.7.0"
authors = ["David Ross <daboross@daboross.net>"]
description = "Simple, efficient logging"
edition = "2018"
rust-version = "1.31"
rust-version = "1.38.0"

documentation = "https://docs.rs/fern/"
repository = "https://github.com/daboross/fern"
Expand Down

0 comments on commit 7b4d4d6

Please sign in to comment.