chore(build): break circular dependency

With a legacy syntax hack.
This commit is contained in:
Ivan Boldyrev 2024-01-09 21:12:21 +01:00
parent 2e0b54c2d4
commit 0a680f8d2e

View File

@ -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"