We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99282fc commit 460b273Copy full SHA for 460b273
1 file changed
cot-core/Cargo.toml
@@ -41,7 +41,9 @@ tower.workspace = true
41
42
[dev-dependencies]
43
async-stream.workspace = true
44
-cot = { workspace = true, features = ["test"] }
+# Specifying path directly to avoid circular dependencies on publishing cot and cot-core.
45
+# When publishing, path dependencies are dropped, removing the cycle.
46
+cot = { path = "../cot", features = ["test"] }
47
futures.workspace = true
48
tokio.workspace = true
49
0 commit comments