Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Update to Solana 1.5.15 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Mar 17, 2021
1 parent 3b5066e commit 373b5c9
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- nvm install node
- node --version
- npm install
- sh -c "$(curl -sSfL https://release.solana.com/v1.5.8/install)"
- sh -c "$(curl -sSfL https://release.solana.com/v1.5.15/install)"
- export PATH=~/.local/share/solana/install/active_release/bin:$PATH
- solana-install info

Expand Down
82 changes: 41 additions & 41 deletions src/program-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions src/program-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ no-entrypoint = []

[dependencies]
byteorder = "1.3"
solana-program = "=1.5.11"
solana-program = "=1.5.15"

[dev-dependencies]
solana-program-test = "=1.5.11"
solana-sdk = "=1.5.11"
tokio = { version = "0.3.5", features = ["full"] }
solana-program-test = "=1.5.15"
solana-sdk = "=1.5.15"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion src/program-rust/tests/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use byteorder::{ByteOrder, LittleEndian};
use solana_program_test::ProgramTest;
use solana_program_test::*;
use solana_sdk::{
account::Account,
instruction::{AccountMeta, Instruction},
Expand Down

0 comments on commit 373b5c9

Please sign in to comment.