From 5d8744d69d94d14cdc0ec0e93586b61df46b7902 Mon Sep 17 00:00:00 2001 From: green Date: Mon, 12 Dec 2022 01:19:40 +0000 Subject: [PATCH] Use `fuel-core` `0.15` in compatibility tests --- .../0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0/Cargo.toml | 3 +-- .../0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/version-compatibility/0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0/Cargo.toml b/version-compatibility/0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0/Cargo.toml index 2cf35f942ce..3fa319eb9d7 100644 --- a/version-compatibility/0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0/Cargo.toml +++ b/version-compatibility/0.14.1-0.15.0/fuel-core:0.14.1-client:0.15.0/Cargo.toml @@ -10,6 +10,5 @@ path = "test.rs" [dev-dependencies] f_core = { version = "=0.14.1", package = "fuel-core" } -# TODO: Use `0.15.0` when it is released -fuel-gql-client = { path = "../../../fuel-client", features = ["test-helpers"] } +fuel-gql-client = { version = "=0.15", features = ["test-helpers"] } tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } \ No newline at end of file diff --git a/version-compatibility/0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1/Cargo.toml b/version-compatibility/0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1/Cargo.toml index 2b87158f19c..b7e7e3c8a96 100644 --- a/version-compatibility/0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1/Cargo.toml +++ b/version-compatibility/0.14.1-0.15.0/fuel-core:0.15.0-client:0.14.1/Cargo.toml @@ -9,7 +9,6 @@ publish = false path = "test.rs" [dev-dependencies] -# TODO: Use `0.15.0` when it is released f-client = { version = "=0.14.1", package = "fuel-gql-client", features = ["test-helpers"] } -fuel-core = { path = "../../../fuel-core" } +fuel-core = { version = "=0.15" } tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } \ No newline at end of file