File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ lazy_static.workspace = true
3434thegraph-core.workspace = true
3535clap.workspace = true
3636tracing-subscriber.workspace = true
37- tonic.workspace = true
37+ tonic.workspace = true
3838bigdecimal = { workspace = true , features = [" serde" ] }
3939graphql_client.workspace = true
4040
@@ -49,14 +49,17 @@ ractor = { version = "0.14", features = [
4949tap_aggregator.workspace = true
5050futures = { version = " 0.3.30" , default-features = false }
5151bon = " 3.3"
52- test-assets = { path = " ../test-assets" , optional = true }
52+ 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. For testing we import the current crate with the `test`
57+ # feature enabled in order to enable test-only infrastructure within our app when running tests.
58+ my-crate = { package = " indexer-tap-agent" , path = " ." , features = [" test" ] }
5559tempfile = " 3.8.0"
5660wiremock.workspace = true
5761wiremock-grpc = " 0.0.3-alpha3"
5862test-assets = { path = " ../test-assets" }
5963test-log = { version = " 0.2.12" , default-features = false }
6064bon = " 3.3"
6165rstest = " 0.24.0"
62- indexer-tap-agent = { path = " ." , features = [" test" ] }
You can’t perform that action at this time.
0 commit comments