From eb37c0bc7c4898bb745b2fe649ceacd688e746f1 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:49:45 -0700 Subject: [PATCH] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929ee32..99af3c7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple fixed size bitset container for Rust. Please read the [API documentation here](https://docs.rs/fixedbitset/) -[![build\_status](https://github.com/petgraph/fixedbitset/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/petgraph/fixedbitset/actions) +[![build\_status](https://github.com/petgraph/fixedbitset/actions/workflows/rust.yml/badge.svg)](https://github.com/petgraph/fixedbitset/actions) [![crates](https://img.shields.io/crates/v/fixedbitset.svg)](https://crates.io/crates/fixedbitset) # Recent Changes