Skip to content

Commit 4e5f04b

Browse files
authored
Feat: use pinocchio v10 in basic examples (#514)
1 parent d7fcf99 commit 4e5f04b

File tree

33 files changed

+463
-323
lines changed

33 files changed

+463
-323
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ spl-associated-token-account-interface = "2.0.0"
7777
spl-token-2022-interface = "2.0.0"
7878

7979
# pinocchio
80-
pinocchio = "0.9.2"
81-
pinocchio-log = "0.4.0"
82-
pinocchio-system = "0.4.0"
80+
pinocchio = { version = "0.10.1", features = ["cpi"] }
81+
pinocchio-log = "0.5.1"
82+
pinocchio-system = "0.5.0"
8383
pinocchio-pubkey = "0.3.0"
8484

8585
# testing

0 commit comments

Comments
 (0)