Skip to content

Commit

Permalink
Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Nov 30, 2024
1 parent 48b0e4d commit b000738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit b000738

Please sign in to comment.