Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 10, 2024
1 parent 637c429 commit b2884ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 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.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
repository = "https://github.com/febo/pinocchio"

[dependencies]
pinocchio = { version="> 0.1, <= 0.3", path="../../sdk/pinocchio" }
pinocchio = { version="> 0.1, <= 0.4", path="../../sdk/pinocchio" }
pinocchio-pubkey = { version="0.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.3.0"
version = "0.4.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.1.2"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
repository = "https://github.com/febo/pinocchio"

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

0 comments on commit b2884ae

Please sign in to comment.