From a86c58b1c93960d50476713ff56e02bf94d41436 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 3 May 2024 16:09:58 -0400 Subject: [PATCH] chore: Release sqlparser version 0.46.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcfde092..c9bf58bb 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.45.0" +version = "0.46.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"