Skip to content

Commit f8e40a9

Browse files
author
github-actions
committed
Publish pinocchio-pubkey v0.3.0
1 parent c0cfccd commit f8e40a9

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
@@ -21,7 +21,7 @@ rust-version = "1.79"
2121
five8_const = "0.1.4"
2222
pinocchio = { version = "0.9", path = "sdk/pinocchio" }
2323
pinocchio-log-macro = { version = "0.5", path = "sdk/log/macro" }
24-
pinocchio-pubkey = { version = "0.2", path = "sdk/pubkey" }
24+
pinocchio-pubkey = { version = "0.3", path = "sdk/pubkey" }
2525
quote = "1.0"
2626
regex = "1"
2727
syn = "1.0"

sdk/pubkey/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-pubkey"
33
description = "Companion pubkey helpers for Pinocchio"
4-
version = "0.2.4"
4+
version = "0.3.0"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)