Skip to content

Commit b44d79a

Browse files
committed
Bump version
1 parent b68e035 commit b44d79a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/system/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pinocchio-system"
33
description = "Pinocchio helpers to invoke System program instructions"
4-
version = "0.1.3"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "./README.md"
88
repository = "https://github.com/febo/pinocchio"
99

1010
[dependencies]
11-
pinocchio = { version="> 0.1, <= 0.5", path="../../sdk/pinocchio" }
12-
pinocchio-pubkey = { version="<= 0.2", path="../../sdk/pubkey" }
11+
pinocchio = { version="0.6", path="../../sdk/pinocchio" }
12+
pinocchio-pubkey = { version="0.2.1", path="../../sdk/pubkey" }

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.5.0"
4+
version = "0.6.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "./README.md"

sdk/pubkey/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pinocchio-pubkey"
33
description = "Companion pubkey helpers for Pinocchio"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "./README.md"
88
repository = "https://github.com/febo/pinocchio"
99

1010
[dependencies]
1111
five8_const = "0.1.3"
12-
pinocchio = { version="<= 0.5", path="../pinocchio" }
12+
pinocchio = { version="<= 0.6", path="../pinocchio" }

0 commit comments

Comments
 (0)