Skip to content

Commit 8f9a699

Browse files
authored
Merge pull request #272 from atouchet/actions
Fix GitHub Actions badge
2 parents 6302512 + fbcff87 commit 8f9a699

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
@@ -1,7 +1,7 @@
11
hashbrown
22
=========
33

4-
[![Build Status](https://github.com/rust-lang/hashbrown/actions/workflows/rust/badge.svg)](https://github.com/rust-lang/hashbrown/actions)
4+
[![Build Status](https://github.com/rust-lang/hashbrown/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang/hashbrown/actions)
55
[![Crates.io](https://img.shields.io/crates/v/hashbrown.svg)](https://crates.io/crates/hashbrown)
66
[![Documentation](https://docs.rs/hashbrown/badge.svg)](https://docs.rs/hashbrown)
77
[![Rust](https://img.shields.io/badge/rust-1.49.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/hashbrown)

0 commit comments

Comments
 (0)