Skip to content

Commit 6b5ad2a

Browse files
author
github-actions
committed
Publish pinocchio v0.8.4
1 parent 799fd6e commit 6b5ad2a

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.

programs/memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ rust-version = { workspace = true }
1212
crate-type = ["rlib"]
1313

1414
[dependencies]
15-
pinocchio = { version = "0.8.3", path = "../../sdk/pinocchio" }
15+
pinocchio = { version = "0.8.4", path = "../../sdk/pinocchio" }
1616
pinocchio-pubkey = { workspace = true }

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.3"
4+
version = "0.8.4"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)