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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 9be552d  Add rust build badge (#119)
9be552d is described below

commit 9be552de1e62c581f0000f9d7de500f379c1dd15
Author: Aaron Ai <yangkun....@gmail.com>
AuthorDate: Mon Aug 1 10:46:26 2022 +0800

    Add rust build badge (#119)
---
 .github/workflows/{rust.yml => rust_build.yml} | 0
 README.md                                      | 1 +
 2 files changed, 1 insertion(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust_build.yml
similarity index 100%
rename from .github/workflows/rust.yml
rename to .github/workflows/rust_build.yml
diff --git a/README.md b/README.md
index bdb93cc..32b6182 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
 
[![C#](https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg)](https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml)
 
[![Java](https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg)](https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml)
 
[![Golang](https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg)](https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml)
+[![Rust](https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg)](https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml)
 
 ## Overview
 

Reply via email to