Skip to content

Commit

Permalink
solana: update to 2.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfredAlmeida authored Feb 8, 2025
1 parent f157511 commit c2ae96d
Show file tree
Hide file tree
Showing 11 changed files with 894 additions and 422 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set rust version
run: |
RUST_VERSION="$(grep -oP 'channel = "\K\d\.\d+\.\d+(?=")' rust-toolchain.toml)"
echo "RUST_VERSION=$RUST_VERSION" >> "$GITHUB_ENV"
echo "RUST_STABLE_VERSION=$RUST_VERSION" >> "$GITHUB_ENV"
- name: Set env vars
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
body: |
${{ env.GEYSER_PLUGIN_NAME }} ${{ env.CI_TAG }}
solana ${{ env.SOLANA_VERSION }}
rust ${{ env.RUST_VERSION }}
rust ${{ env.RUST_STABLE_VERSION }}
files: |
${{ env.GEYSER_PLUGIN_NAME }}-release*
target/release/config*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set rust version
run: |
RUST_VERSION="$(grep -oP 'channel = "\K\d\.\d+\.\d+(?=")' rust-toolchain.toml)"
echo "RUST_VERSION=$RUST_VERSION" >> "$GITHUB_ENV"
echo "RUST_STABLE_VERSION=$RUST_VERSION" >> "$GITHUB_ENV"
- name: Set env vars
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
toolchain: ${{ env.RUST_STABLE_VERSION }}
components: clippy

- name: cargo tree
Expand Down
Loading

0 comments on commit c2ae96d

Please sign in to comment.