Skip to content

Commit 6d6a6cf

Browse files
committed
chore(pythnet-sdk): align anchor deps with 0.32.1
1 parent 8607802 commit 6d6a6cf

File tree

2 files changed

+72
-25
lines changed

2 files changed

+72
-25
lines changed

Cargo.lock

Lines changed: 71 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythnet/pythnet_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ wormhole-vaas-serde = {version = "0.1.0", optional = true}
3535
libsecp256k1 = {version ="0.7.1", optional = true}
3636
rand = {version = "0.8.5", optional = true}
3737
solana-program = {version = ">=1.13.6", optional = true}
38-
anchor-lang = {version = ">=0.28.0", optional = true}
38+
anchor-lang = {version = "0.32.1", optional = true}
3939

4040
[dev-dependencies]
4141
base64 = "0.21.0"

0 commit comments

Comments
 (0)