| commit | bcecd853f75c721531f83667e37221e887fa23b9 | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Thu Jan 25 16:18:36 2024 -0500 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Thu Jan 25 16:18:36 2024 -0500 |
| tree | db927e6314173abc19ff39d7e4ed48c275cc070c | |
| parent | d8235c26c5b607fc6e07c486bf7d5a5f10b08f90 [diff] |
chore: Release sqlparser version 0.43.1
diff --git a/Cargo.toml b/Cargo.toml index 8e094e5..5cbe610 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.43.0" +version = "0.43.1" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"