This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
gh-readonly-queue/main/pr-2060-35220ee38c94eddd8a584520d8235d647edbc752
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git

commit e7d42f3d1a3fb6a542b70d8bef945db2c67bcf06
Author: Joris Bayer <[email protected]>
AuthorDate: Fri Oct 10 13:11:07 2025 +0200

    Increase version of sqlparser_derive from 0.3.0 to 0.4.0 (#2060)
---
 Cargo.toml        | 2 +-
 derive/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 48db33b3..ed94bbbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ serde = { version = "1.0", default-features = false, features 
= ["derive", "allo
 # of dev-dependencies because of
 # https://github.com/rust-lang/cargo/issues/1596
 serde_json = { version = "1.0", optional = true }
-sqlparser_derive = { version = "0.3.0", path = "derive", optional = true }
+sqlparser_derive = { version = "0.4.0", path = "derive", optional = true }
 
 [dev-dependencies]
 simple_logger = "5.0"
diff --git a/derive/Cargo.toml b/derive/Cargo.toml
index 7b647730..54947704 100644
--- a/derive/Cargo.toml
+++ b/derive/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "sqlparser_derive"
 description = "Procedural (proc) macros for sqlparser"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["sqlparser-rs authors"]
 homepage = "https://github.com/sqlparser-rs/sqlparser-rs";
 documentation = "https://docs.rs/sqlparser_derive/";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to