Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Protryon committed Dec 7, 2022
1 parent 5e0ea62 commit 2632b4d
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.7.4"
version = "0.8.0"
authors = ["Protryon <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -21,7 +21,7 @@ chrono-tz = "0.6"
futures = "0.3"
tokio-stream = "0.1"
lz4 = { version = "1.24", optional = true }
klickhouse_derive = { version = "=0.7.0", optional = true, path = "../klickhouse_derive" }
klickhouse_derive = { version = "=0.8.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.7.0"
version = "0.8.0"
authors = ["Protryon <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2632b4d

Please sign in to comment.