Skip to content

Commit 3ac3c67

Browse files
committed
bump version numbers
1 parent 0c99d1b commit 3ac3c67

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
@@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
3333
# of dev-dependencies because of
3434
# https://github.com/rust-lang/cargo/issues/1596
3535
serde_json = { version = "1.0", optional = true }
36-
sqlparser_derive = { version = "0.1", path = "derive", optional = true }
36+
sqlparser_derive = { version = "0.1.1", path = "derive", optional = true }
3737

3838
[dev-dependencies]
3939
simple_logger = "4.0"

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlparser_derive"
33
description = "proc macro for sqlparser"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["sqlparser-rs authors"]
66
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
77
documentation = "https://docs.rs/sqlparser_derive/"

0 commit comments

Comments
 (0)