Skip to content

Commit 478d34b

Browse files
authored
Merge branch 'main' into asm/transfer
2 parents 4f225b7 + b7658b3 commit 478d34b

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spl-associated-token-account-interface = "2.0.0"
7878
spl-token-2022-interface = "2.0.0"
7979

8080
# pinocchio
81-
pinocchio = { version = "0.10.1", features = ["cpi"] }
81+
pinocchio = { version = "0.10.2", features = ["cpi"] }
8282
pinocchio-log = "0.5.1"
8383
pinocchio-system = "0.5.0"
8484
pinocchio-pubkey = "0.3.0"

basics/counter/mpl-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ custom-panic = []
1515

1616
[dependencies]
1717
borsh = "0.9"
18-
shank = "0.4.6"
18+
shank = "0.4.8"
1919
solana-program = "2.1"
2020

2121
[lints.rust]

0 commit comments

Comments
 (0)