Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (#1571)

This commit is contained in:
Andrew Lamb 2024-11-30 08:00:34 -05:00 committed by GitHub
parent 48b0e4db4e
commit b0007389dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
# of dev-dependencies because of
# https://github.com/rust-lang/cargo/issues/1596
serde_json = { version = "1.0", optional = true }
sqlparser_derive = { version = "0.2.0", path = "derive", optional = true }
sqlparser_derive = { version = "0.3.0", path = "derive", optional = true }
[dev-dependencies]
simple_logger = "5.0"

View file

@ -17,8 +17,8 @@
[package]
name = "sqlparser_derive"
description = "proc macro for sqlparser"
version = "0.2.2"
description = "Procedural (proc) macros for sqlparser"
version = "0.3.0"
authors = ["sqlparser-rs authors"]
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
documentation = "https://docs.rs/sqlparser_derive/"