Skip to content

Commit

Permalink
fix decimal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jan 3, 2025
1 parent 3e436dc commit a11d42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = { workspace = true }
[dependencies]
bytes = "1"
clap = { version = "4.4", features = ["derive", "env"] }
databend-driver = { path = "../driver" }
databend-driver = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
tokio = { version = "1.34", features = [
Expand Down

0 comments on commit a11d42f

Please sign in to comment.