From b74302f21e478a097b75ee087c5ddf2bee26e350 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 15 Dec 2022 17:52:40 -0800 Subject: [PATCH] Update build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 914d1ff..5728fb7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ itoa [github](https://github.com/dtolnay/itoa) [crates.io](https://crates.io/crates/itoa) [docs.rs](https://docs.rs/itoa) -[build status](https://github.com/dtolnay/itoa/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/itoa/actions?query=branch%3Amaster) This crate provides a fast conversion of integer primitives to decimal strings. The implementation comes straight from [libcore] but avoids the performance