Update sqlparser to version 0.40.0 (#1056)

This commit is contained in:
Andrew Lamb 2023-11-27 12:58:41 -05:00 committed by GitHub
parent b69aed96e5
commit 28e0a7cedc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[package]
name = "sqlparser"
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
version = "0.39.0"
version = "0.40.0"
authors = ["Andy Grove <andygrove73@gmail.com>"]
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
documentation = "https://docs.rs/sqlparser/"