From 23aae3cae628efd9505132edf50114641a0f82cf Mon Sep 17 00:00:00 2001 From: vms Date: Fri, 9 Apr 2021 11:53:29 +0300 Subject: [PATCH] update --- crates/fce-macro/Cargo.toml | 2 +- crates/fce-test-macro/Cargo.toml | 2 +- fluence-test/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/fce-macro/Cargo.toml b/crates/fce-macro/Cargo.toml index 9c78807..33faf04 100644 --- a/crates/fce-macro/Cargo.toml +++ b/crates/fce-macro/Cargo.toml @@ -18,4 +18,4 @@ proc-macro = true doctest = false [dependencies] -fluence-sdk-wit = { path = "../wit", version = "=0.5.0" } +fluence-sdk-wit = { path = "../wit", version = "0.5.0" } diff --git a/crates/fce-test-macro/Cargo.toml b/crates/fce-test-macro/Cargo.toml index c8578ca..856971d 100644 --- a/crates/fce-test-macro/Cargo.toml +++ b/crates/fce-test-macro/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true doctest = false [dependencies] -fluence-sdk-test-macro-impl = { path = "../fce-test-macro-impl", version = "=0.5.0" } +fluence-sdk-test-macro-impl = { path = "../fce-test-macro-impl", version = "0.5.0" } quote = "1.0.9" proc-macro2 = "1.0.24" diff --git a/fluence-test/Cargo.toml b/fluence-test/Cargo.toml index 76c4596..937f040 100644 --- a/fluence-test/Cargo.toml +++ b/fluence-test/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" doctest = false [dependencies] -fluence-sdk-test-macro = { path = "../crates/fce-test-macro", version = "=0.5.0" } +fluence-sdk-test-macro = { path = "../crates/fce-test-macro", version = "0.5.0" } fluence-app-service = { version = "0.5.2", features = ["raw-module-api"] } serde = { version = "1.0.118", features = ["derive"] }