alamb commented on code in PR #8695:
URL: https://github.com/apache/arrow-rs/pull/8695#discussion_r2456578250


##########
arrow-avro/README.md:
##########
@@ -44,14 +44,14 @@ This crate provides:
 
 ```toml
 [dependencies]
-arrow-avro = "56"
+arrow-avro = "57"
 ````
 
 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", default-features = false, features = 
["deflate", "snappy"] }

Review Comment:
   Same as above
   
   ```suggestion
   arrow-avro = { version = "57.0.0", default-features = false, features = 
["deflate", "snappy"] }
   ```



##########
arrow-avro/README.md:
##########
@@ -44,14 +44,14 @@ This crate provides:
 
 ```toml
 [dependencies]
-arrow-avro = "56"
+arrow-avro = "57"

Review Comment:
   If we keep this version exactly the same as the released versions I will 
automatically update it when I publish new releases: 
https://github.com/apache/arrow-rs/blob/main/dev/release/README.md#prepare-changelog-and-version
   
   ```suggestion
   arrow-avro = "57.0.0"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to