Bump rustc to 1.62.1 (#2728)

Changelog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1621-2022-07-19
This commit is contained in:
Kirill Bulatov
2022-11-02 01:21:33 +02:00
committed by GitHub
parent 32d14403bd
commit 6df4d5c911
3 changed files with 5 additions and 5 deletions

View File

@@ -127,8 +127,8 @@ jobs:
target/ target/
# Fall back to older versions of the key, if no cache for current Cargo.lock was found # Fall back to older versions of the key, if no cache for current Cargo.lock was found
key: | key: |
v9-${{ runner.os }}-${{ matrix.build_type }}-cargo-${{ hashFiles('Cargo.lock') }} v10-${{ runner.os }}-${{ matrix.build_type }}-cargo-${{ hashFiles('Cargo.lock') }}
v9-${{ runner.os }}-${{ matrix.build_type }}-cargo- v10-${{ runner.os }}-${{ matrix.build_type }}-cargo-
- name: Cache postgres v14 build - name: Cache postgres v14 build
id: cache_pg_14 id: cache_pg_14
@@ -389,7 +389,7 @@ jobs:
!~/.cargo/registry/src !~/.cargo/registry/src
~/.cargo/git/ ~/.cargo/git/
target/ target/
key: v9-${{ runner.os }}-${{ matrix.build_type }}-cargo-${{ hashFiles('Cargo.lock') }} key: v10-${{ runner.os }}-${{ matrix.build_type }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Get Neon artifact - name: Get Neon artifact
uses: ./.github/actions/download uses: ./.github/actions/download

View File

@@ -106,7 +106,7 @@ jobs:
!~/.cargo/registry/src !~/.cargo/registry/src
~/.cargo/git ~/.cargo/git
target target
key: v5-${{ runner.os }}-cargo-${{ hashFiles('./Cargo.lock') }}-rust key: v6-${{ runner.os }}-cargo-${{ hashFiles('./Cargo.lock') }}-rust
- name: Run cargo clippy - name: Run cargo clippy
run: ./run_clippy.sh run: ./run_clippy.sh

View File

@@ -4,7 +4,7 @@
# version, we can consider updating. # version, we can consider updating.
# See https://tracker.debian.org/pkg/rustc for more details on Debian rustc package, # See https://tracker.debian.org/pkg/rustc for more details on Debian rustc package,
# we use "unstable" version number as the highest version used in the project by default. # we use "unstable" version number as the highest version used in the project by default.
channel = "1.61" # do update GitHub CI cache values for rust builds, when changing this value channel = "1.62.1" # do update GitHub CI cache values for rust builds, when changing this value
profile = "default" profile = "default"
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html # https://rust-lang.github.io/rustup/concepts/profiles.html