Skip to content

Commit 25e2b93

Browse files
committed
Use the published package
1 parent 5c9a3ac commit 25e2b93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

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

bin/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/main.rs"
1919
hive-router-query-planner = { path = "../../lib/query-planner", version = "2.0.2" }
2020
hive-router-plan-executor = { path = "../../lib/executor", version = "6.0.0" }
2121
hive-router-config = { path = "../../lib/router-config", version = "0.0.10" }
22-
hive-console-sdk = { path = "../../../graphql-hive/packages/libraries/sdk-rs" }
22+
hive-console-sdk = "0.0.0"
2323

2424
tokio = { workspace = true }
2525
futures = { workspace = true }

0 commit comments

Comments
 (0)