mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (#1571)
This commit is contained in:
parent
48b0e4db4e
commit
b0007389dc
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue