Skip to content

Commit

Permalink
allow client to extend dependencies to solana 2.x + (#141)
Browse files Browse the repository at this point in the history
* allowed client to extend dependencies to solana 2.x +

* updated solana and rust versions

* Installing protoc in actions.

* Bumping rustc.

* Debug print.

* Removing now invalidated test case.

---------

Co-authored-by: Blockiosaurus <[email protected]>
  • Loading branch information
tonyboylehub and blockiosaurus authored Sep 11, 2024
1 parent 538f5b9 commit a48e24d
Show file tree
Hide file tree
Showing 10 changed files with 1,908 additions and 1,439 deletions.
6 changes: 3 additions & 3 deletions .github/.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CARGO_TERM_COLOR=always
NODE_VERSION=16.x
PROGRAMS=["token-metadata"]
RUST_VERSION=1.68.0
SOLANA_VERSION=1.16.8
SOLANA_CLI_VERSION=1.14.22
RUST_VERSION=1.76.0
SOLANA_VERSION=2.0.9
SOLANA_CLI_VERSION=1.18.18
PROGRAM_ID=metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s
PROGRAM_DATA=PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT
GOVERNANCE_ID=6Vwz7AXYG6V1TUPP3KWYZncMEvUv6iPSFbfHDCLRcjtz
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Load environment variables
run: cat .github/.env >> $GITHUB_ENV

- name: Install Protobuf Compiler
run: sudo apt-get install protobuf-compiler

- name: Install Rust
uses: metaplex-foundation/actions/install-rust@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Load environment variables
run: cat .github/.env >> $GITHUB_ENV

- name: Install Protobuf Compiler
run: sudo apt-get install protobuf-compiler

- name: Install Rust
uses: metaplex-foundation/actions/install-rust@v1
with:
Expand Down
Loading

0 comments on commit a48e24d

Please sign in to comment.