mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-28 18:04:05 +00:00
bump version
This commit is contained in:
parent
7bea9a8648
commit
cfd410e6aa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sqlparser"
|
name = "sqlparser"
|
||||||
description = "ANSI SQL parser"
|
description = "ANSI SQL parser"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||||
homepage = "https://github.com/andygrove/sqlparser-rs"
|
homepage = "https://github.com/andygrove/sqlparser-rs"
|
||||||
documentation = "https://github.com/andygrove/sqlparser-rs"
|
documentation = "https://github.com/andygrove/sqlparser-rs"
|
||||||
|
@ -19,4 +19,4 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fnv = "1.0.3"
|
fnv = "1.0.3"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue