From fdff05f4a0943c99c5bbffe03eb7bdcbb3da28f6 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Mon, 10 Feb 2020 16:43:26 +0000 Subject: [PATCH] Reference cql_db via cargo package --- cql_storage_types/cql_nullable_f64/Cargo.toml | 2 +- cql_storage_types/cql_tiny_text/Cargo.toml | 2 +- cql_storage_types/cql_u64/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cql_storage_types/cql_nullable_f64/Cargo.toml b/cql_storage_types/cql_nullable_f64/Cargo.toml index 84c6143..f129e4d 100644 --- a/cql_storage_types/cql_nullable_f64/Cargo.toml +++ b/cql_storage_types/cql_nullable_f64/Cargo.toml @@ -14,7 +14,7 @@ name = "cql_nullable_f64" path = "src/nullable_f64.rs" [dev-dependencies] -cql_db = { path = "../../cql_db" } +cql_db = "0.1.0" serial_test = "0.3.2" [dependencies] diff --git a/cql_storage_types/cql_tiny_text/Cargo.toml b/cql_storage_types/cql_tiny_text/Cargo.toml index ae0f070..5925883 100644 --- a/cql_storage_types/cql_tiny_text/Cargo.toml +++ b/cql_storage_types/cql_tiny_text/Cargo.toml @@ -14,7 +14,7 @@ name = "cql_tiny_text" path = "src/tiny_text.rs" [dev-dependencies] -cql_db = { path = "../../cql_db" } +cql_db = "0.1.0" serial_test = "0.3.2" [dependencies] diff --git a/cql_storage_types/cql_u64/Cargo.toml b/cql_storage_types/cql_u64/Cargo.toml index 7efd7a6..8ecc93d 100644 --- a/cql_storage_types/cql_u64/Cargo.toml +++ b/cql_storage_types/cql_u64/Cargo.toml @@ -14,7 +14,7 @@ name = "cql_u64" path = "src/u64.rs" [dev-dependencies] -cql_db = { path = "../../cql_db" } +cql_db = "0.1.0" serial_test = "0.3.2" [dependencies]