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 c074fdb commit 2a766a9Copy full SHA for 2a766a9
crates/tap-agent/Cargo.toml
@@ -52,6 +52,9 @@ bon = "3.3"
52
test-assets = { path = "../test-assets", optional = true }
53
54
[dev-dependencies]
55
+# Release-please breaks with cyclical dependencies if dev-dependencies
56
+# import the current crate. By doing this, we keep the feature flag enabled
57
+# while maintaining release-please happy.
58
my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] }
59
tempfile = "3.8.0"
60
wiremock.workspace = true
0 commit comments