From cfd410e6aa7194686c1dc6430437645d26e12dbb Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Mon, 3 Sep 2018 13:39:54 -0600 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 239bbb2c..3c88de8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sqlparser" description = "ANSI SQL parser" -version = "0.1.0" +version = "0.1.1" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://github.com/andygrove/sqlparser-rs" @@ -19,4 +19,4 @@ path = "src/lib.rs" [dependencies] fnv = "1.0.3" -lazy_static = "1.0" \ No newline at end of file +lazy_static = "1.0"