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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 1ffe7a4b5 NO-JIRA: [Rust] Add some badges to README.md
1ffe7a4b5 is described below

commit 1ffe7a4b5229fcb7b864a2affcf30cff67855523
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Jan 11 15:44:29 2024 +0200

    NO-JIRA: [Rust] Add some badges to README.md
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    (cherry picked from commit a9b06c161bd601f9e777925a2decf33f96dd4c5f)
---
 lang/rust/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lang/rust/README.md b/lang/rust/README.md
index 199154393..068be394f 100644
--- a/lang/rust/README.md
+++ b/lang/rust/README.md
@@ -21,6 +21,12 @@
 
 Apache Avro Rust SDK
 
+[![Current Crates.io 
Version](https://img.shields.io/crates/v/apache_avro.svg)](https://crates.io/crates/apache-avro)
+[![Documentation](https://img.shields.io/badge/docs-latest-blue)](https://docs.rs/apache-avro/latest/apache_avro/)
+[![CI](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml/badge.svg)](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml)
+![Rust 
Version](https://img.shields.io/crates/msrv/apache_avro.svg?label=MSRV&color=red)
+![license](https://shields.io/badge/license-Apache--2.0-blue)
+
 # Subprojects
 
 ## Avro

Reply via email to