From 2cba6d72facef757bb99a7bf64517e4a3223e5cd Mon Sep 17 00:00:00 2001 From: vms Date: Wed, 3 Mar 2021 15:22:47 +0300 Subject: [PATCH] bump version to 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7eb491b..74e2483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fce-sqlite-connector" -version = "0.1.4" +version = "0.2.0" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ", @@ -38,4 +38,4 @@ path = "src/test.rs" fluence = "0.4.2" [dev-dependencies] -temporary = "0.6" \ No newline at end of file +temporary = "0.6"