Skip to content

Commit

Permalink
chore: add comment about release-please trick
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Jan 27, 2025
1 parent c074fdb commit 2a766a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a766a9

Please sign in to comment.