File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ name = "hive_router"
1616path = " src/main.rs"
1717
1818[dependencies ]
19- hive-router-query-planner = { path = " ../../lib/query-planner" , version = " 0" }
20- hive-router-plan-executor = { path = " ../../lib/executor" , version = " 0" }
21- hive-router-config = { path = " ../../lib/router-config" , version = " 0" }
19+ hive-router-query-planner = { path = " ../../lib/query-planner" , version = " 0.0.1 " }
20+ hive-router-plan-executor = { path = " ../../lib/executor" , version = " 0.0.1 " }
21+ hive-router-config = { path = " ../../lib/router-config" , version = " 0.0.1 " }
2222
2323tokio = { workspace = true }
2424futures = { workspace = true }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ authors = ["The Guild"]
1212[lib ]
1313
1414[dependencies ]
15- hive-router-query-planner = { path = " ../query-planner" , version = " 0" }
16- hive-router-config = { path = " ../router-config" , version = " 0" }
15+ hive-router-query-planner = { path = " ../query-planner" , version = " 0.0.1 " }
16+ hive-router-config = { path = " ../router-config" , version = " 0.0.1 " }
1717
1818graphql-parser = { workspace = true }
1919graphql-tools = { workspace = true }
Original file line number Diff line number Diff line change @@ -18,3 +18,11 @@ publish = false
1818name = " subgraphs"
1919release = false
2020publish = false
21+
22+ [[package ]]
23+ name = " hive-router"
24+ changelog_include = [
25+ " hive-router-plan-executor" ,
26+ " hive-router-config" ,
27+ " hive-router-query-planner" ,
28+ ]
You can’t perform that action at this time.
0 commit comments