Skip to content

Commit 3daf448

Browse files
authored
p-token: Fix review comments (#32)
* Update workspace * Rename interface crate * Fix spelling * [wip]: Fix review comments * [wip]: More fixes * A few more fixes * Fix instruction data validation
1 parent 08540e2 commit 3daf448

29 files changed

+461
-490
lines changed

Diff for: Cargo.lock

+31-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: interface/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ crate-type = ["rlib"]
1414
[dependencies]
1515
pinocchio = { version = "0.7", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }
1616
pinocchio-pubkey = { version = "0.2", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }
17+
18+
[dev-dependencies]
19+
strum = "0.27"
20+
strum_macros = "0.27"

0 commit comments

Comments
 (0)