Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 26, 2024
1 parent b68e035 commit b44d79a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions programs/system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "pinocchio-system"
description = "Pinocchio helpers to invoke System program instructions"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
repository = "https://github.com/febo/pinocchio"

[dependencies]
pinocchio = { version="> 0.1, <= 0.5", path="../../sdk/pinocchio" }
pinocchio-pubkey = { version="<= 0.2", path="../../sdk/pubkey" }
pinocchio = { version="0.6", path="../../sdk/pinocchio" }
pinocchio-pubkey = { version="0.2.1", path="../../sdk/pubkey" }
2 changes: 1 addition & 1 deletion sdk/pinocchio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pinocchio"
description = "Create Solana programs with no dependencies attached"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
Expand Down
4 changes: 2 additions & 2 deletions sdk/pubkey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "pinocchio-pubkey"
description = "Companion pubkey helpers for Pinocchio"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
repository = "https://github.com/febo/pinocchio"

[dependencies]
five8_const = "0.1.3"
pinocchio = { version="<= 0.5", path="../pinocchio" }
pinocchio = { version="<= 0.6", path="../pinocchio" }

0 comments on commit b44d79a

Please sign in to comment.