Skip to content

Commit 2a766a9

Browse files
committed
chore: add comment about release-please trick
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent c074fdb commit 2a766a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/tap-agent/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ bon = "3.3"
5252
test-assets = { path = "../test-assets", optional = true }
5353

5454
[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.
5558
my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] }
5659
tempfile = "3.8.0"
5760
wiremock.workspace = true

0 commit comments

Comments
 (0)