Skip to content

Commit cfd410e

Browse files
committed
bump version
1 parent 7bea9a8 commit cfd410e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlparser"
33
description = "ANSI SQL parser"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["Andy Grove <andygrove73@gmail.com>"]
66
homepage = "https://github.com/andygrove/sqlparser-rs"
77
documentation = "https://github.com/andygrove/sqlparser-rs"
@@ -19,4 +19,4 @@ path = "src/lib.rs"
1919

2020
[dependencies]
2121
fnv = "1.0.3"
22-
lazy_static = "1.0"
22+
lazy_static = "1.0"

0 commit comments

Comments
 (0)