Skip to content

Commit 8538255

Browse files
authored
chore: bump crates versions (#317)
1 parent 30094f6 commit 8538255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ rustls-tls-native-roots = [
122122
]
123123

124124
[dependencies]
125-
clickhouse-derive = { version = "0.2.0", path = "derive" }
125+
clickhouse-derive = { version = "0.3.0", path = "derive" }
126126
clickhouse-types = { version = "0.1.0", path = "types" }
127127

128128
thiserror = "2.0"
@@ -155,7 +155,7 @@ quanta = { version = "0.12", optional = true }
155155
replace_with = { version = "0.1.7" }
156156

157157
[dev-dependencies]
158-
clickhouse-derive = { version = "0.2.0", path = "derive" }
158+
clickhouse-derive = { version = "0.3.0", path = "derive" }
159159
criterion = "0.6"
160160
serde = { version = "1.0.106", features = ["derive"] }
161161
tokio = { version = "1.0.1", features = ["full", "test-util"] }

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 = "clickhouse-derive"
33
description = "A macro for deriving clickhouse::Row"
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
authors.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)