Skip to content

Commit ec48ff3

Browse files
committed
Use branch dependency
1 parent 8876df8 commit ec48ff3

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 6 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 = "0.9.2"
39+
pinocchio = { version = "0.9.2", git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
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 = "0.3"
16+
pinocchio-pubkey = { version = "0.3", git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
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 }
19+
pinocchio-log = { version = "0.5", default-features = false,git = "https://github.com/anza-xyz/pinocchio.git", branch = "febo/precision-cap" }
2020
pinocchio-token-interface = { version = "^0", path = "../p-interface" }
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)