Skip to content

Commit

Permalink
Bump (correctly) rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 4, 2023
1 parent d9c80ea commit b988b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/version-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,12 @@ jobs:
- name: Install Rust
uses: metaplex-foundation/actions/install-rust@v1
with:
toolchain: ${{ env.RUST_VERSION }}
toolchain: "1.70.0"

- name: Install cargo-release
uses: metaplex-foundation/actions/install-cargo-release@v1
with:
cache: ${{ env.CACHE }}
version: "1.70.0"

- name: Bump Program Version
run: |
Expand Down

0 comments on commit b988b1f

Please sign in to comment.