Skip to content

Commit 7e0b95b

Browse files
sunng87MichaelScofield
authored andcommitted
chore: append greptime suffix for derive
1 parent cf2a4f8 commit 7e0b95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
5252
# of dev-dependencies because of
5353
# https://github.com/rust-lang/cargo/issues/1596
5454
serde_json = { version = "1.0", optional = true }
55-
sqlparser_derive = { version = "0.3.0", path = "derive", optional = true }
55+
sqlparser_derive = { version = "0.3.0-greptime", path = "derive", optional = true }
5656
regex = "1"
5757
lazy_static = "1.4.0"
5858

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "sqlparser_derive"
2020
description = "Procedural (proc) macros for sqlparser"
21-
version = "0.3.0"
21+
version = "0.3.0-greptime"
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)