Skip to content

Commit 14b3564

Browse files
author
github-actions
committed
Publish pinocchio v0.8.1
1 parent bc220a8 commit 14b3564

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -37,4 +37,4 @@ test = "1.84.1"
3737
[workspace.metadata.release]
3838
pre-release-commit-message = "Publish {{crate_name}} v{{version}}"
3939
tag-message = "Publish {{crate_name}} v{{version}}"
40-
consolidate-commits = false
40+
consolidate-commits = false

programs/memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ crate-type = ["rlib"]
1212

1313
[dependencies]
1414
pinocchio = { workspace = true }
15-
pinocchio-pubkey = { workspace = true }
15+
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.0"
4+
version = "0.8.1"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)