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-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c7b722  Run `cargo rdme` to update the README.md file too
1c7b722 is described below

commit 1c7b7227aba0c0ff0a802f6f5ddf2da37e8af57f
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jul 30 09:33:57 2025 +0300

    Run `cargo rdme` to update the README.md file too
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 avro/README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/avro/README.md b/avro/README.md
index 96417b1..0ff3f66 100644
--- a/avro/README.md
+++ b/avro/README.md
@@ -29,17 +29,14 @@
 [![rust continuous integration][rust continuous integration img]][rust 
continuous integration]
 [![rust clippy check][rust clippy check img]][rust clippy check]
 [![rust security audit][rust security audit img]][rust security audit]
-[![rust continuous integration ARM64][rust continuous integration ARM64 
img]][rust continuous integration ARM64]
 
 [rust continuous integration]: 
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml
-[rust continuous integration ARM64]: 
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci-ARM.yml
 [rust clippy check]:           
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-clippy.yml
 [rust security audit]:         
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-audit.yml
 
 [rust continuous integration img]: 
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml/badge.svg
 [rust clippy check img]:           
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-clippy.yml/badge.svg
 [rust security audit img]:         
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-audit.yml/badge.svg
-[rust continuous integration ARM64 img]: 
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci-ARM.yml/badge.svg
 
 A library for working with [Apache Avro](https://avro.apache.org/) in Rust.
 

Reply via email to