Skip to content

Commit b000738

Browse files
authored
Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (#1571)
1 parent 48b0e4d commit b000738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
5151
# of dev-dependencies because of
5252
# https://github.com/rust-lang/cargo/issues/1596
5353
serde_json = { version = "1.0", optional = true }
54-
sqlparser_derive = { version = "0.2.0", path = "derive", optional = true }
54+
sqlparser_derive = { version = "0.3.0", path = "derive", optional = true }
5555

5656
[dev-dependencies]
5757
simple_logger = "5.0"

derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
[package]
1919
name = "sqlparser_derive"
20-
description = "proc macro for sqlparser"
21-
version = "0.2.2"
20+
description = "Procedural (proc) macros for sqlparser"
21+
version = "0.3.0"
2222
authors = ["sqlparser-rs authors"]
2323
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
2424
documentation = "https://docs.rs/sqlparser_derive/"

0 commit comments

Comments
 (0)