Skip to content

Commit e4e9f49

Browse files
committed
chore: append greptime suffix for derive
1 parent cda0875 commit e4e9f49

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", features = ["derive"], optional = true }
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)