Skip to content

Commit

Permalink
bump 1.71.1 to 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Aug 24, 2023
1 parent bf62129 commit cea2b39
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- rust-1.70.0
- rust-1.71.0
- rust-1.71.1
- rust-1.72.0
pull_request:
branches:
- 1.67.1
- rust-1.69.0
- rust-1.70.0
- rust-1.71.0
- rust-1.71.1
- rust-1.72.0

jobs:
test_x86_84:
Expand Down Expand Up @@ -116,7 +118,7 @@ jobs:
export RUSTUP_HOME="$HOME/.rustup"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup toolchain install 1.71.1
rustup toolchain install 1.72.0
cargo --version
- name: Print env
Expand Down
35 changes: 21 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.71.1"
channel = "1.72.0"
components = [ "rustfmt" ]
targets = [ ]
profile = "minimal"

0 comments on commit cea2b39

Please sign in to comment.