Skip to content

Commit

Permalink
Update Rust to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Sep 7, 2023
1 parent ea4db5e commit 898ea24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:

- name: Set env vars
run: |
echo "RUST_STABLE_VERSION=1.69.0" >> $GITHUB_ENV
echo "RUST_STABLE_VERSION=1.70.0" >> $GITHUB_ENV
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
source ci/solana-version.sh
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.69.0"
channel = "1.72.0"

0 comments on commit 898ea24

Please sign in to comment.