mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
chore(build): break circular dependency
With a legacy syntax hack.
This commit is contained in:
parent
2e0b54c2d4
commit
0a680f8d2e
@ -47,7 +47,9 @@ strum_macros = "0.24"
|
|||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
rkyv = { version = "0.7.43", features = ["strict", "validation", "size_32", "archive_be"] }
|
rkyv = { version = "0.7.43", features = ["strict", "validation", "size_32", "archive_be"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
# The old syntax prevents release-please from detecting a circular dependency:
|
||||||
|
# aquavm-air -> air-test-utils -> aquavm-air
|
||||||
|
[dev_dependencies]
|
||||||
air-test-utils = { path = "../crates/air-lib/test-utils" }
|
air-test-utils = { path = "../crates/air-lib/test-utils" }
|
||||||
air-testing-framework = { path = "../crates/testing-framework" }
|
air-testing-framework = { path = "../crates/testing-framework" }
|
||||||
fluence-app-service = "0.29.0"
|
fluence-app-service = "0.29.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user