Skip to content

Commit cea2b39

Browse files
committed
bump 1.71.1 to 1.72.0
1 parent bf62129 commit cea2b39

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- rust-1.70.0
99
- rust-1.71.0
1010
- rust-1.71.1
11+
- rust-1.72.0
1112
pull_request:
1213
branches:
1314
- 1.67.1
1415
- rust-1.69.0
1516
- rust-1.70.0
1617
- rust-1.71.0
1718
- rust-1.71.1
19+
- rust-1.72.0
1820

1921
jobs:
2022
test_x86_84:
@@ -116,7 +118,7 @@ jobs:
116118
export RUSTUP_HOME="$HOME/.rustup"
117119
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
118120
source "$HOME/.cargo/env"
119-
rustup toolchain install 1.71.1
121+
rustup toolchain install 1.72.0
120122
cargo --version
121123
122124
- name: Print env

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.71.1"
2+
channel = "1.72.0"
33
components = [ "rustfmt" ]
44
targets = [ ]
55
profile = "minimal"

0 commit comments

Comments
 (0)