Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 3, 2018
1 parent 7bea9a8 commit cfd410e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sqlparser"
description = "ANSI SQL parser"
version = "0.1.0"
version = "0.1.1"
authors = ["Andy Grove <andygrove73@gmail.com>"]
homepage = "https://github.com/andygrove/sqlparser-rs"
documentation = "https://github.com/andygrove/sqlparser-rs"
Expand All @@ -19,4 +19,4 @@ path = "src/lib.rs"

[dependencies]
fnv = "1.0.3"
lazy_static = "1.0"
lazy_static = "1.0"

0 comments on commit cfd410e

Please sign in to comment.