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

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


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

commit a9b06c161bd601f9e777925a2decf33f96dd4c5f
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]>
---
 lang/rust/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lang/rust/README.md b/lang/rust/README.md
index af3c70fa9..58d9afcba 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