This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a change to branch fix-markdown-syntax-readme
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
discard 4456c11 Update README.md
add 491e564 Force fresh cargo cache key in CI (#839)
add d6f3ef7 fix parquet_derive with default features (and fix `cargo
publish`) (#837)
add 7472e5e [MINOR] Delete temp file from docs (#836)
add 6897673 Update README.md
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4456c11)
\
N -- N -- N refs/heads/fix-markdown-syntax-readme (6897673)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 26 +++++++++++++---------
.gitignore | 2 ++
dev/release/rat_exclude_files.txt | 1 +
dev/release/verify-release-candidate.sh | 19 +++++++++++++++-
parquet/Cargo.toml | 4 ++--
parquet/src/arrow/mod.rs | 2 +-
.../test/dependency/README.md | 0
.../test/dependency/default-features/Cargo.toml | 5 +++--
.../test/dependency/default-features}/src/main.rs | 0
9 files changed, 43 insertions(+), 16 deletions(-)
copy {arrow => parquet_derive}/test/dependency/README.md (100%)
copy {arrow => parquet_derive}/test/dependency/default-features/Cargo.toml
(81%)
copy {arrow/test/dependency/simd =>
parquet_derive/test/dependency/default-features}/src/main.rs (100%)