From 288930d5144d95043084c2f072920b8550555758 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 15 Dec 2022 17:52:38 -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 6ff8989..39e368b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Async trait methods [github](https://github.com/dtolnay/async-trait) [crates.io](https://crates.io/crates/async-trait) [docs.rs](https://docs.rs/async-trait) -[build status](https://github.com/dtolnay/async-trait/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/async-trait/actions?query=branch%3Amaster) The initial round of stabilizations for the async/await language feature in Rust 1.39 did not include support for async fn in traits. Trying to include an async