Skip to content

Commit 9fdc6ac

Browse files
committed
chore: add tag in repo for klickhouse deps
1 parent f3d88e2 commit 9fdc6ac

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Diff for: Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ name = "klickhouse_example"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
klickhouse = { git = "https://github.com/katanacap/klickhouse.git", package = "klickhouse", features = ["default", "bb8", "tls"] }
16-
klickhouse_derive = { git = "https://github.com/katanacap/klickhouse.git", package = "klickhouse_derive" }
15+
klickhouse = { git = "https://github.com/katanacap/klickhouse.git", tag = "v1.14.0", package = "klickhouse", features = ["default", "bb8", "tls"] }
16+
klickhouse_derive = { git = "https://github.com/katanacap/klickhouse.git", tag = "v1.14.0", package = "klickhouse_derive" }
1717

1818
## tokio
1919
tokio = { version = "1.43.0", features = ["full"] }

0 commit comments

Comments
 (0)