Skip to content

Commit

Permalink
chore: update metacrate with released subcrate versions
Browse files Browse the repository at this point in the history
Now that the subcrates are all released!
  • Loading branch information
rtyler committed Feb 6, 2024
1 parent 7d30e05 commit ce34881
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/deltalake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
deltalake-core = { path = "../core" }
deltalake-aws = { path = "../aws", default-features = false, optional = true }
deltalake-azure = { path = "../azure", optional = true }
deltalake-gcp = { path = "../gcp", optional = true }
deltalake-catalog-glue = { path = "../catalog-glue", optional = true }
deltalake-core = { version = "0.17.0", path = "../core" }
deltalake-aws = { version = "0.1.0", path = "../aws", default-features = false, optional = true }
deltalake-azure = { version = "0.1.0", path = "../azure", optional = true }
deltalake-gcp = { version = "0.1.0", path = "../gcp", optional = true }
deltalake-catalog-glue = { version = "0.1.0", path = "../catalog-glue", optional = true }

[features]
# All of these features are just reflected into the core crate until that
Expand Down

0 comments on commit ce34881

Please sign in to comment.