Skip to content

Commit

Permalink
Bump version numbers to 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Oct 17, 2023
1 parent 7feb2a4 commit 481e1ca
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 @@ -10,6 +10,7 @@ on:
- rust-1.71.1
- rust-1.72.0
- rust-1.72.1
- rust-1.73.0
pull_request:
branches:
- 1.67.1
Expand All @@ -19,6 +20,7 @@ on:
- rust-1.71.1
- rust-1.72.0
- rust-1.72.1
- rust-1.73.0

jobs:
test_x86_84:
Expand Down Expand Up @@ -120,7 +122,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.1
rustup toolchain install 1.73.0
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.1"
channel = "1.73.0"
components = [ "rustfmt" ]
targets = [ ]
profile = "minimal"

0 comments on commit 481e1ca

Please sign in to comment.