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
34
34
thegraph-core.workspace = true
35
35
clap.workspace = true
36
36
tracing-subscriber.workspace = true
37
- tonic.workspace = true
37
+ tonic.workspace = true
38
38
bigdecimal = { workspace = true , features = [" serde" ] }
39
39
graphql_client.workspace = true
40
40
@@ -49,14 +49,17 @@ ractor = { version = "0.14", features = [
49
49
tap_aggregator.workspace = true
50
50
futures = { version = " 0.3.30" , default-features = false }
51
51
bon = " 3.3"
52
- test-assets = { path = " ../test-assets" , optional = true }
52
+ test-assets = { path = " ../test-assets" , optional = true }
53
53
54
54
[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" ] }
55
59
tempfile = " 3.8.0"
56
60
wiremock.workspace = true
57
61
wiremock-grpc = " 0.0.3-alpha3"
58
62
test-assets = { path = " ../test-assets" }
59
63
test-log = { version = " 0.2.12" , default-features = false }
60
64
bon = " 3.3"
61
65
rstest = " 0.24.0"
62
- indexer-tap-agent = { path = " ." , features = [" test" ] }
You can’t perform that action at this time.
0 commit comments