Skip to content

Commit 515f7c4

Browse files
author
github-actions
committed
Publish pinocchio v0.8.2
1 parent 0dcbcd0 commit 515f7c4

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
@@ -11,5 +11,5 @@ repository = { workspace = true }
1111
crate-type = ["rlib"]
1212

1313
[dependencies]
14-
pinocchio = { version = "0.8.1", path = "../../sdk/pinocchio" }
14+
pinocchio = { version = "0.8.2", path = "../../sdk/pinocchio" }
1515
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.1"
4+
version = "0.8.2"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)