diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9972710e777d..66fc0b3ada4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/rust-toolchain b/rust-toolchain index ba0a719118ce..b7921ae87bcb 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.51.0 +1.54.0