Skip to content

Commit 7a31864

Browse files
committed
Fix version for semver check
1 parent e73ff90 commit 7a31864

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ readme = "./README.md"
88
repository = "https://github.com/febo/pinocchio"
99

1010
[dependencies]
11-
pinocchio = { version="0.1", path="../../sdk/pinocchio" }
11+
pinocchio = { version="0.2", path="../../sdk/pinocchio" }
1212
pinocchio-pubkey = { version="0.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.1.1"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "./README.md"

sdk/pubkey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ repository = "https://github.com/febo/pinocchio"
99

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

0 commit comments

Comments
 (0)