Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Dec 3, 2024
1 parent 66d9c6e commit b1457f8
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 10 deletions.
62 changes: 55 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ num-derive = "^0.3"
num-traits = "^0.2"
serde = { version = "^1.0", features = ["derive"], optional = true }
serde_with = { version = "^3.0", optional = true }
solana-program = "~2.0"
solana-program = "~2.1"
thiserror = "^1.0"

[dev-dependencies]
assert_matches = "1.5.0"
solana-program-test = "~2.0"
solana-sdk = "~2.0"
solana-program-test = "~2.1"
solana-sdk = "~2.1"

0 comments on commit b1457f8

Please sign in to comment.