Skip to content

Commit

Permalink
chore: bump to v0.3.3 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Apr 26, 2023
1 parent f228acf commit 4eb5c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bendsql"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "Apache-2.0"
description = "Databend Native Command Line Tool"
Expand All @@ -16,7 +16,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
clap = { version = "4.1.0", features = ["derive", "env"] }
comfy-table = "6.1.4"
csv = "1.2.1"
databend-driver = { path = "../driver", version = "0.2.19", features = ["rustls", "flight-sql"] }
databend-driver = { path = "../driver", version = "0.2.20", features = ["rustls", "flight-sql"] }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
humantime-serde = "1.1.1"
indicatif = "0.17.3"
Expand Down
2 changes: 1 addition & 1 deletion driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "databend-driver"
version = "0.2.19"
version = "0.2.20"
edition = "2021"
license = "Apache-2.0"
description = "Databend Driver for Rust"
Expand Down

0 comments on commit 4eb5c45

Please sign in to comment.