Skip to content

Commit c3c9534

Browse files
agentotto[bot]OttoOtto
authored
chore: remove services from release-plz tracking (#761)
* chore: remove services from release-plz tracking * fix: correct versions and revert generate-solidity-fixtures deps to original * fix: set relay version to 0.11.4 instead of workspace --------- Co-authored-by: Otto <otto@tools-for-humanity.com> Co-authored-by: Otto <otto@toolsforhumanity.com>
1 parent e447e14 commit c3c9534

6 files changed

Lines changed: 9 additions & 38 deletions

File tree

Cargo.lock

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

release-plz.toml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,3 @@ release = true
5353
publish = true
5454
changelog_update = false
5555

56-
# Services – tagged and released on GitHub, but never published to crates.io.
57-
# Tags follow the pattern: world-id-indexer-vX.Y.Z etc.
58-
59-
[[package]]
60-
name = "world-id-indexer"
61-
release = true
62-
publish = false
63-
changelog_update = false
64-
git_release_enable = true
65-
git_only = true
66-
67-
[[package]]
68-
name = "world-id-gateway"
69-
release = true
70-
publish = false
71-
changelog_update = false
72-
git_release_enable = true
73-
git_only = true
74-
75-
[[package]]
76-
name = "world-id-relay"
77-
release = true
78-
publish = false
79-
changelog_update = false
80-
git_release_enable = true
81-
git_only = true

services/gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "world-id-gateway"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition.workspace = true
55
license.workspace = true
66
publish = false

services/indexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "world-id-indexer"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
license.workspace = true
55
edition.workspace = true
66
publish = false

services/relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "world-id-relay"
33
edition.workspace = true
4-
version = "0.11.3"
4+
version = "0.11.4"
55
publish = false
66
license.workspace = true
77
authors.workspace = true

tools/generate-solidity-fixtures/Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ path = "src/main.rs"
1414
alloy = { workspace = true }
1515
ark-babyjubjub = { workspace = true }
1616
poseidon2 = { workspace = true }
17-
world-id-core = { path = "../../crates/core", version = "0.11.0", features = [
18-
"authenticator",
19-
"embed-zkeys",
20-
] }
17+
world-id-core = { path = "../../crates/core", features = ["authenticator", "embed-zkeys"] }
2118
world-id-primitives = { workspace = true }
22-
world-id-test-utils = { path = "../../crates/test-utils", version = "0.1.0" }
23-
world-id-gateway = { path = "../../services/gateway", version = "0.1.3" }
19+
world-id-test-utils = { path = "../../crates/test-utils" }
20+
world-id-gateway = { path = "../../services/gateway" }
2421
taceo-oprf-test-utils = { workspace = true }
2522
taceo-oprf = { workspace = true, features = ["types"] }
2623
hex = { workspace = true }

0 commit comments

Comments
 (0)