From 9a1cfaf5a55a54c5c55ed89a2cecd39ecef7fc79 Mon Sep 17 00:00:00 2001 From: vms Date: Tue, 22 Sep 2020 18:12:34 +0300 Subject: [PATCH] bump version --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 07fc780..57f6071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fce-sqlite-connector" -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ", @@ -35,8 +35,7 @@ name = "test" path = "src/test.rs" [dependencies] -fluence = "0.2.3" +fluence = "0.2.7" [dev-dependencies] temporary = "0.6" -fluence = "0.2.3"