mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
(cargo-release) version 0.29.0
This commit is contained in:
parent
890062c36d
commit
86d71f2109
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "sqlparser"
|
||||
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||
documentation = "https://docs.rs/sqlparser/"
|
||||
|
@ -48,4 +48,4 @@ publish = false
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
# Document these features on docs.rs
|
||||
features = ["serde", "visitor"]
|
||||
features = ["serde", "visitor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue