Cole MacKenzie
07/31/2023, 5:30 PMrust-0.14.0
be cut today ๐rtyler
07/31/2023, 5:37 PMCole MacKenzie
07/31/2023, 5:37 PMrtyler
07/31/2023, 5:38 PMCole MacKenzie
08/01/2023, 4:28 PMrtyler
08/01/2023, 5:00 PMCole MacKenzie
08/01/2023, 5:01 PMrtyler
08/01/2023, 5:21 PMCole MacKenzie
08/01/2023, 5:25 PM0.14
was published or tagged?
If you try to fetch it using Rust 1.70.0, it failscargo +1.70.0 update
Updating <http://crates.io|crates.io> index
Updating git repository `<https://github.com/delta-io/delta-rs.git>`
error: no matching package named `deltalake` found
location searched: <https://github.com/delta-io/delta-rs.git?tag=rust-v0.14.0>
rtyler
08/01/2023, 9:20 PMCole MacKenzie
08/01/2023, 9:21 PMdeltalake = { version = "0.14.0" }
works thogit
defs failrtyler
08/01/2023, 9:27 PMCole MacKenzie
08/01/2023, 9:28 PMrtyler
08/01/2023, 9:28 PMCole MacKenzie
08/01/2023, 9:29 PMrtyler
08/01/2023, 9:30 PMCole MacKenzie
08/01/2023, 9:32 PM$ cargo +1.70.0 update
error: no matching package named `deltalake` found
location searched: <https://github.com/delta-io/delta-rs.git?tag=rust-v0.14.0>
$ cargo +1.71.0 update
Updating <http://crates.io|crates.io> index
Updating git repository `<https://github.com/delta-io/delta-rs.git>`
rtyler
08/01/2023, 9:32 PMCole MacKenzie
08/01/2023, 9:33 PM[workspace.package]
in root Cargo.toml
is the "fix"?