Skip to content

Commit daf2794

Browse files
committed
Update build status badge
1 parent fcefc51 commit daf2794

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
@@ -4,7 +4,7 @@ Precise float to string
44
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/precise-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/precise)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/precise.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/precise)
66
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-precise-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/precise)
7-
[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/precise/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/precise/actions?query=branch%3Amaster)
7+
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/precise/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/precise/actions?query=branch%3Amaster)
88

99
This crate computes the decimal representation of the single rational number
1010
whose value is mathematically equal to a given float.

0 commit comments

Comments
 (0)