| commit | 4607addf4d26a6e10c6b0732e0b1ef04d899d68e | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Fri May 19 09:47:43 2023 -0400 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Fri May 19 09:47:43 2023 -0400 |
| tree | fdecf7d5c30b8c7161a84aeeb8418e803660995a | |
| parent | adfa37d565f180454be1e3ec35b515334f81c5ac [diff] |
chore: Release sqlparser version 0.34.0
diff --git a/Cargo.toml b/Cargo.toml index 3b3af07..4a4c8ce 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,7 +1,7 @@ [package] name = "sqlparser" description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011" -version = "0.33.0" +version = "0.34.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"