Skip to content

Commit

Permalink
chore: fix version specifications
Browse files Browse the repository at this point in the history
deltalake-core 0.19.0 had to be yanked, oops

More context in delta-io/delta-rs#$2877
  • Loading branch information
rtyler committed Sep 12, 2024
1 parent 4d2fcbd commit 3f5d363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
url = "2.3"

# datafusion feature is required for writer version 2
deltalake-core = { version = "~0.19.0", features = ["json", "datafusion"]}
deltalake-aws = { version = "~0.1.4", optional = true }
deltalake-azure = { version = "~0.1.4", optional = true }
deltalake-core = { version = "0.19.1", features = ["json", "datafusion"]}
deltalake-aws = { version = "0.2.0", optional = true }
deltalake-azure = { version = "0.2.0", optional = true }

# s3 feature enabled, helps for locking interactions with DLQ
dynamodb_lock = { version = "0.6.0", optional = true }
Expand Down

0 comments on commit 3f5d363

Please sign in to comment.