Skip to content

Commit

Permalink
chore: missed a version update!
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler authored and ion-elgreco committed Dec 1, 2024
1 parent e83edcf commit ba671c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/deltalake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deltalake"
version = "0.22.1"
version = "0.22.2"
authors.workspace = true
keywords.workspace = true
readme.workspace = true
Expand All @@ -16,7 +16,7 @@ rust-version.workspace = true
features = ["azure", "datafusion", "gcs", "hdfs", "json", "python", "s3", "unity-experimental"]

[dependencies]
deltalake-core = { version = "0.22.0", path = "../core" }
deltalake-core = { version = "0.22.2", path = "../core" }
deltalake-aws = { version = "0.5.0", path = "../aws", default-features = false, optional = true }
deltalake-azure = { version = "0.5.0", path = "../azure", optional = true }
deltalake-gcp = { version = "0.6.0", path = "../gcp", optional = true }
Expand Down

0 comments on commit ba671c9

Please sign in to comment.