Skip to content

Commit

Permalink
chore(build): break circular dependency
Browse files Browse the repository at this point in the history
With a legacy syntax hack.
  • Loading branch information
monoid committed Jan 9, 2024
1 parent 2e0b54c commit 0a680f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ strum_macros = "0.24"
tracing = "0.1.40"
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-testing-framework = { path = "../crates/testing-framework" }
fluence-app-service = "0.29.0"
Expand Down

0 comments on commit 0a680f8

Please sign in to comment.