Skip to content

Commit

Permalink
Fix version for semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 2, 2024
1 parent e73ff90 commit 7a31864
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.1", path="../../sdk/pinocchio" }
pinocchio = { version="0.2", 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.1"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion sdk/pubkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository = "https://github.com/febo/pinocchio"

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

0 comments on commit 7a31864

Please sign in to comment.