Skip to content

Commit

Permalink
bump MSRV to 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
czotomo committed Jan 23, 2022
1 parent bdd008c commit 3d54c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.54.0
profile: minimal
override: true
- name: Cache cargo registry
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.54.0
profile: minimal
components: clippy, rustfmt
override: true
Expand Down Expand Up @@ -418,13 +418,13 @@ jobs:


minimal_rust_version:
name: Check Minimal supported rust version (1.51.0)
name: Check Minimal supported rust version (1.54.0)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.54.0
profile: minimal
override: true
- name: Cache cargo registry
Expand All @@ -442,7 +442,7 @@ jobs:
run: |
RUSTC_BOOTSTRAP=1 cargo update -Z minimal-versions
- name: Check building with rust 1.51.0
- name: Check building with rust 1.54.0
uses: actions-rs/cargo@v1
with:
command: check
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
1.54.0

0 comments on commit 3d54c9f

Please sign in to comment.