chore: Remove versions from dev deps (#526)

Remove versions from dev deps
This commit is contained in:
Anatolios Laskaris 2023-03-20 14:44:07 +02:00 committed by GitHub
parent 548e458f1c
commit 0a524a5863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ strum_macros = "0.24"
tracing = "0.1.37"
[dev_dependencies]
air-test-utils = { version = "0.4.6", path = "../crates/air-lib/test-utils" }
air-testing-framework = { version = "0.1.1", path = "../crates/testing-framework" }
air-test-utils = { path = "../crates/air-lib/test-utils" }
air-testing-framework = { path = "../crates/testing-framework" }
fluence-app-service = "0.25.0"
marine-rs-sdk = { version = "0.7.0", features = ["logger"] }