Skip to content

Commit

Permalink
Merge pull request #51 from estie-inc/v0.6.4
Browse files Browse the repository at this point in the history
v0.6.4
  • Loading branch information
kenkoooo authored Dec 18, 2024
2 parents 294fc53 + abc2f5f commit 210cfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowflake-connector-rs"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
authors = ["kenkoooo <[email protected]>"]
description = "A Rust client for Snowflake"
Expand All @@ -18,7 +18,7 @@ reqwest = { version = "0.12", features = [
], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
thiserror = "2.0"
uuid = { version = "1.11", features = ["v4"] }
flate2 = "1.0"
tokio = { version = "1.41", features = ["rt"] }
Expand Down

0 comments on commit 210cfb2

Please sign in to comment.