Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 2, 2024
1 parent 28c9c91 commit e73ff90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -8,5 +8,5 @@ readme = "./README.md"
repository = "https://github.com/febo/pinocchio"

[dependencies]
pinocchio = { version="^0", path="../../sdk/pinocchio" }
pinocchio-pubkey = { version="^0", path="../../sdk/pubkey" }
pinocchio = { version="0.1", 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.1.0"
version = "0.1.1"
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.0"
version = "0.1.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.1.0", path="../pinocchio" }
pinocchio = { version="0.1", path="../pinocchio" }

0 comments on commit e73ff90

Please sign in to comment.