From 060d220f55c669aa79fb6b5f9f7da5613b25a4b1 Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 1 Oct 2020 12:52:45 +0300 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57f6071..790d386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fce-sqlite-connector" -version = "0.1.1" +version = "0.1.2" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ", @@ -35,7 +35,7 @@ name = "test" path = "src/test.rs" [dependencies] -fluence = "0.2.7" +fluence = "0.2.8" [dev-dependencies] temporary = "0.6"