Skip to content

Commit 0bf0e72

Browse files
agentotto[bot]Otto
andauthored
fix: add missing version fields to generate-solidity-fixtures path deps (#759)
* fix: add missing version fields to generate-solidity-fixtures path deps * fix: correct world-id-test-utils version to 0.1.0 --------- Co-authored-by: Otto <otto@tools-for-humanity.com>
1 parent ace6447 commit 0bf0e72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/generate-solidity-fixtures/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ path = "src/main.rs"
1414
alloy = { workspace = true }
1515
ark-babyjubjub = { workspace = true }
1616
poseidon2 = { workspace = true }
17-
world-id-core = { path = "../../crates/core", features = [
17+
world-id-core = { path = "../../crates/core", version = "0.11.0", features = [
1818
"authenticator",
1919
"embed-zkeys",
2020
] }
2121
world-id-primitives = { workspace = true }
22-
world-id-test-utils = { path = "../../crates/test-utils" }
23-
world-id-gateway = { path = "../../services/gateway" }
22+
world-id-test-utils = { path = "../../crates/test-utils", version = "0.1.0" }
23+
world-id-gateway = { path = "../../services/gateway", version = "0.1.1" }
2424
taceo-oprf-test-utils = { workspace = true }
2525
taceo-oprf = { workspace = true, features = ["types"] }
2626
hex = { workspace = true }

0 commit comments

Comments
 (0)