Skip to content

Commit cd8829c

Browse files
committed
Use published crate
1 parent b93bb2c commit cd8829c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ consolidate-commits = false
3636
mollusk-svm = "0.4.0"
3737
mollusk-svm-fuzz-fixture = "0.4.0"
3838
num-traits = "0.2"
39-
pinocchio = { version = "0.9.2", git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
39+
pinocchio = "0.9.2"
4040
solana-instruction = "2.3.0"
4141
solana-program-error = "2.2.2"
4242
solana-program-option = "2.2.1"

p-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["rlib"]
1313

1414
[dependencies]
1515
pinocchio = { workspace = true }
16-
pinocchio-pubkey = { version = "0.3", git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
16+
pinocchio-pubkey = "0.3"
1717

1818
[dev-dependencies]
1919
strum = "0.27"

p-token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ logging = []
1616

1717
[dependencies]
1818
pinocchio = { workspace = true }
19-
pinocchio-log = { version = "0.5", default-features = false,git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
19+
pinocchio-log = { version = "0.5.1", default-features = false }
2020
pinocchio-token-interface = { version = "^0", path = "../p-interface" }
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)