Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from AndrewSisley/release/cql_db_0_1_0
Browse files Browse the repository at this point in the history
Publish cql_db
  • Loading branch information
AndrewSisley authored Feb 10, 2020
2 parents bbc5931 + fdff05f commit 18c5ea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cql_storage_types/cql_nullable_f64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion cql_storage_types/cql_tiny_text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion cql_storage_types/cql_u64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 18c5ea8

Please sign in to comment.