Skip to content

Commit

Permalink
bump msrv to 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Apr 2, 2022
1 parent 40a5c18 commit 606cf72
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ env:
RUSTUP_MAX_RETRIES: 10
# Don't emit giant backtraces in the CI logs.
RUST_BACKTRACE: short
# Make Rust 1.56.0 the minimum supported Rust version.
#
# Some of our dependencies require `edition = "2021"` which is only supported
# on 1.56.0+.
minrust: 1.56.0
# Make 1.58 MSRV due to <=1.57 failing to build console-api due to a bug
# with cargo version resolution.
minrust: 1.58.0

jobs:
check:
Expand Down

0 comments on commit 606cf72

Please sign in to comment.