From 2a766a99cdce6a85d011b9644cdd2c466be81594 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Mon, 27 Jan 2025 17:48:11 +0100 Subject: [PATCH] chore: add comment about release-please trick Signed-off-by: Gustavo Inacio --- crates/tap-agent/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 1f15f052..43e69b12 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -52,6 +52,9 @@ bon = "3.3" test-assets = { path = "../test-assets", optional = true } [dev-dependencies] +# Release-please breaks with cyclical dependencies if dev-dependencies +# import the current crate. By doing this, we keep the feature flag enabled +# while maintaining release-please happy. my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] } tempfile = "3.8.0" wiremock.workspace = true