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 9c1b03b300 Update `arrow-avro` `README.md` version to 57 (#8695)
9c1b03b300 is described below

commit 9c1b03b300eb94fa9b21650ec8b971e9fb7ad6a4
Author: Connor Sanders <[email protected]>
AuthorDate: Fri Oct 24 09:33:03 2025 -0500

    Update `arrow-avro` `README.md` version to 57 (#8695)
    
    # Which issue does this PR close?
    
    - Closes #8691
    
    # Rationale for this change
    
    The `README.md` file in `arrow-avro` instructs users to install version
    56. This is invalid and should be changed to version 57.
    
    # What changes are included in this PR?
    
    Updated the `README.md` file to reference version 57.
    
    # Are these changes tested?
    
    N/A since this a small `README.md` file change.
    
    # Are there any user-facing changes?
    
    The `README.md` file in `arrow-avro` now instructs users to install
    version 57.
    
    ---------
    
    Co-authored-by: Andrew Lamb <[email protected]>
---
 arrow-avro/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arrow-avro/README.md b/arrow-avro/README.md
index f89fc97d24..85fd760947 100644
--- a/arrow-avro/README.md
+++ b/arrow-avro/README.md
@@ -44,14 +44,14 @@ This crate provides:
 
 ```toml
 [dependencies]
-arrow-avro = "56"
+arrow-avro = "57.0.0"
 ````
 
 Disable defaults and pick only what you need (see **Feature Flags**):
 
 ```toml
 [dependencies]
-arrow-avro = { version = "56", default-features = false, features = 
["deflate", "snappy"] }
+arrow-avro = { version = "57.0.0", default-features = false, features = 
["deflate", "snappy"] }
 ```
 
 ---

Reply via email to