Skip to content

Commit c074fdb

Browse files
committed
ci: fix cyclical dependency in release-please
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent d9c7af9 commit c074fdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/tap-agent/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy_static.workspace = true
3434
thegraph-core.workspace = true
3535
clap.workspace = true
3636
tracing-subscriber.workspace = true
37-
tonic.workspace = true
37+
tonic.workspace = true
3838
bigdecimal = { workspace = true, features = ["serde"] }
3939
graphql_client.workspace = true
4040

@@ -49,14 +49,14 @@ ractor = { version = "0.14", features = [
4949
tap_aggregator.workspace = true
5050
futures = { version = "0.3.30", default-features = false }
5151
bon = "3.3"
52-
test-assets = { path = "../test-assets" , optional=true}
52+
test-assets = { path = "../test-assets", optional = true }
5353

5454
[dev-dependencies]
55+
my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] }
5556
tempfile = "3.8.0"
5657
wiremock.workspace = true
5758
wiremock-grpc = "0.0.3-alpha3"
5859
test-assets = { path = "../test-assets" }
5960
test-log = { version = "0.2.12", default-features = false }
6061
bon = "3.3"
6162
rstest = "0.24.0"
62-
indexer-tap-agent = { path = ".", features = ["test"] }

0 commit comments

Comments
 (0)