This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f1080f855 chore: fix readmes (#10472)
7f1080f855 is described below

commit 7f1080f8559c8ab48f86ef5d67d8cc4b11643920
Author: Jeffrey Vo <[email protected]>
AuthorDate: Wed Aug 5 02:28:07 2026 +0900

    chore: fix readmes (#10472)
---
 README.md       | 1 +
 arrow/README.md | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ebc74e5254..7ed7992972 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,7 @@ There are several related crates in different repositories
 
 [`datafusion`]: https://crates.io/crates/datafusion
 [`ballista`]: https://crates.io/crates/ballista
+[`opendal`]: https://crates.io/crates/opendal
 [`parquet_opendal`]: https://crates.io/crates/parquet_opendal
 [parquet_opendal-readme]: 
https://github.com/apache/opendal/blob/main/integrations/parquet/README.md
 [object_store-readme]: 
https://github.com/apache/arrow-rs-object-store/blob/main/README.md
diff --git a/arrow/README.md b/arrow/README.md
index 4c08455365..fb5f6b9ab2 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -36,11 +36,6 @@ Arrow features are supported by this crate.
 
 [Implementation Status Page]: https://arrow.apache.org/docs/status.html
 
-
-## Rust Version Compatibility
-
-This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions.
-
 ## Versioning / Releases
 
 The `arrow` crate follows the [SemVer standard] defined by Cargo and works well

Reply via email to