Skip to content

Commit

Permalink
Merge pull request #41 from Protryon/v0.11.0
Browse files Browse the repository at this point in the history
v0.11.0
  • Loading branch information
Protryon authored Jan 15, 2024
2 parents a1126f2 + 814b99e commit 6a02cf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions klickhouse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "klickhouse"
version = "0.10.2"
version = "0.11.0"
authors = ["Protryon <max.bruce12@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ futures = "0.3"
tokio-stream = "0.1"
libc = "0.2"
lz4 = { version = "1.24", optional = true }
klickhouse_derive = { version = "=0.10.0", optional = true, path = "../klickhouse_derive" }
klickhouse_derive = { version = "=0.11.0", optional = true, path = "../klickhouse_derive" }
cityhash-rs = "1.0"
bb8 = { version = "0.8", optional = true }
# must be locked due to transmute
Expand Down
2 changes: 1 addition & 1 deletion klickhouse_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "klickhouse_derive"
version = "0.10.0"
version = "0.11.0"
authors = ["Protryon <max.bruce12@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6a02cf7

Please sign in to comment.