Skip to content

Commit ad80860

Browse files
committed
fix(deps): pin terraphim_service to 1.20.4 (crates.io max)
terraphim_service 1.20.5 only exists on the private Gitea registry, not crates.io (max 1.20.4), so the crates.io publish verification could not resolve it. Pin to 1.20.4 (caret, same 1.20 minor = API-compatible); auto-upgrades to 1.20.5 once that version reaches crates.io.
1 parent f563cf6 commit ad80860

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/terraphim_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ terraphim_persistence = { version = "1.0.0" }
7474
terraphim_config = { version = "1.0.0" }
7575
terraphim_command_runtime = { path = "../terraphim_command_runtime", version = "0.1.0" }
7676
terraphim_automata = { version = "1.19.2" }
77-
terraphim_service = { version = "1.20.5", default-features = false, registry = "terraphim" }
77+
terraphim_service = { version = "1.20.4", default-features = false, registry = "terraphim" }
7878
terraphim_middleware = { version = "1.0.0" }
7979
terraphim_rolegraph = { version = "1.0.0" }
8080
terraphim_hooks = { path = "../terraphim_hooks", version = "1.0.0" }

crates/terraphim_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818

1919
[dependencies]
2020
# Core terraphim crates
21-
terraphim_service = { version = "1.20.5", registry = "terraphim" }
21+
terraphim_service = { version = "1.20.4", registry = "terraphim" }
2222
terraphim_config = { version = "1.0.0" }
2323
terraphim_command_runtime = { path = "../terraphim_command_runtime", version = "0.1.0" }
2424
terraphim_types = { version = "1.0.0" }

crates/terraphim_grep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ log.workspace = true
2828
terraphim_types = { version = "1.15.0" }
2929
terraphim_rolegraph = { version = "1.15.0" }
3030
terraphim_automata = { version = "1.19.2" }
31-
terraphim_service = { version = "1.20.5", optional = true, registry = "terraphim" }
31+
terraphim_service = { version = "1.20.4", optional = true, registry = "terraphim" }
3232
terraphim_config = { version = "1.15.0" }
3333

3434
fff-search = { version = "0.8.4", optional = true }

0 commit comments

Comments
 (0)