Uh oh!
There was an error while loading. Please reload this page.
ARROW-10350: [Rust] Fixes to publication metadata in Cargo.toml - #9031
ARROW-10350: [Rust] Fixes to publication metadata in Cargo.toml#9031huitseeker wants to merge 3 commits into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
2406448 to
b519716CompareUh oh!
There was an error while loading. Please reload this page.
andygrove
commented
Dec 28, 2020
@huitseeker Unfortunately the release verification scripts will need updating to reflect the changes to these Cargo.toml files. If you look at the CI failure you should be able to reproduce this locally by running the same script. |
nevi-me
commented
Jan 6, 2021
I'll complete this during the week |
huitseeker
commented
Jan 8, 2021
@nevi-me@andygrove The release verification component should now be fixed. Besides that, some integration tests seem to be running on the wrong side of a source incompatible change (e.g. the same compilation errors are met in the unrelated #9137). Those failures should probably be addressed in a distinct PR? |
nevi-me
commented
Jan 9, 2021
Hey @huitseeker, the errors in integration tests should be fixed now, may you please kindly rebase |
Cleans some TOML fields and marks some testing crates not-for-publication.