Skip to content

Commit

Permalink
bump solana version to 1.14 (solana-labs#116)
Browse files Browse the repository at this point in the history
* (rfc) bump solana version to 1.14

* fix build

* remove flag

* update solana version

* fix clippy

* fix clippy

* pin serde version
  • Loading branch information
0xripleys authored Jan 2, 2023
1 parent 8594030 commit affb6e4
Show file tree
Hide file tree
Showing 11 changed files with 1,882 additions and 788 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- name: Set env vars
run: |
source ci/rust-version.sh
echo "RUST_NIGHTLY=$rust_nightly" >> $GITHUB_ENV
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_NIGHTLY }}
toolchain: ${{ env.RUST_STABLE }}
override: true
profile: minimal
components: clippy
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -Zunstable-options --workspace --all-targets -- --deny=warnings
args: --workspace --all-targets -- --deny=warnings

cargo-build-test:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit affb6e4

Please sign in to comment.