Skip to content

Commit

Permalink
chore: bump derive to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 16, 2024
1 parent 65829d3 commit 040b69e
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 @@ -55,7 +55,7 @@ native-tls = ["dep:hyper-tls"]
rustls-tls = ["dep:hyper-rustls"]

[dependencies]
clickhouse-derive = { version = "0.1.1", path = "derive" }
clickhouse-derive = { version = "0.2.0", path = "derive" }

thiserror = "1.0.16"
serde = "1.0.106"
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "clickhouse-derive"
version = "0.1.1"
version = "0.2.0"
description = "A macro for deriving clickhouse::Row"
authors = ["Paul Loyd <pavelko95@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.67.0" # update `Cargo.toml` and CI if changed

Expand Down

0 comments on commit 040b69e

Please sign in to comment.