Skip to content

Commit 2ad5a54

Browse files
author
github-actions
committed
Publish pinocchio v0.9.0
1 parent ed37b7c commit 2ad5a54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -19,7 +19,7 @@ rust-version = "1.79"
1919

2020
[workspace.dependencies]
2121
five8_const = "0.1.4"
22-
pinocchio = { version = "0.8", path = "sdk/pinocchio" }
22+
pinocchio = { version = "0.9", path = "sdk/pinocchio" }
2323
pinocchio-log-macro = { version = "0.4", path = "sdk/log/macro" }
2424
pinocchio-pubkey = { version = "0.2", path = "sdk/pubkey" }
2525
quote = "1.0"

sdk/pinocchio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pinocchio"
33
description = "Create Solana programs with no dependencies attached"
4-
version = "0.8.4"
4+
version = "0.9.0"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)