Skip to content

Commit

Permalink
Update to 1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Sep 25, 2023
1 parent 2327ecc commit 7eaea59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- rust-1.71.0
- rust-1.71.1
- rust-1.72.0
- rust-1.72.1
pull_request:
branches:
- 1.67.1
Expand All @@ -17,6 +18,7 @@ on:
- rust-1.71.0
- rust-1.71.1
- rust-1.72.0
- rust-1.72.1

jobs:
test_x86_84:
Expand Down Expand Up @@ -118,7 +120,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.72.0
rustup toolchain install 1.72.1
cargo --version
- name: Print env
Expand Down
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.72.0"
channel = "1.72.1"
components = [ "rustfmt" ]
targets = [ ]
profile = "minimal"

0 comments on commit 7eaea59

Please sign in to comment.