Skip to content

Commit 31afe4a

Browse files
authored
Fix build status badge (#134)
1 parent 45053bc commit 31afe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple fixed size bitset container for Rust.
55

66
Please read the [API documentation here](https://docs.rs/fixedbitset/)
77

8-
[![build\_status](https://github.com/petgraph/fixedbitset/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/petgraph/fixedbitset/actions)
8+
[![build\_status](https://github.com/petgraph/fixedbitset/actions/workflows/rust.yml/badge.svg)](https://github.com/petgraph/fixedbitset/actions)
99
[![crates](https://img.shields.io/crates/v/fixedbitset.svg)](https://crates.io/crates/fixedbitset)
1010

1111
# Recent Changes

0 commit comments

Comments
 (0)