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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new b840788e4 AVRO-3741: [doc] Add note about the version requirement of 
Rust in BUILD.md. (#2195)
b840788e4 is described below

commit b840788e4f9dd2f1a9be9fa43c681d039aefbe55
Author: Kousuke Saruta <[email protected]>
AuthorDate: Mon Apr 24 04:37:16 2023 +0900

    AVRO-3741: [doc] Add note about the version requirement of Rust in 
BUILD.md. (#2195)
    
    * Add note about the version requirement of Rust in BUILD.md.
    
    * Add note about Cargo.
---
 BUILD.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILD.md b/BUILD.md
index 9e8bb9362..3842c24ea 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -17,6 +17,7 @@ The following packages must be installed before Avro can be 
built:
    Math::BigInt, JSON::XS, Try::Tiny, Regexp::Common, Encode,
    IO::String, Object::Tiny, Compress::ZLib, Error::Simple,
    Test::More, Test::Exception, Test::Pod
+ - Rust: rustc and Cargo 1.60.0 or greater
  - Apache Ant 1.7
  - md5sum, sha1sum, used by top-level dist target
 

Reply via email to