Update build status badge

This commit is contained in:
David Tolnay 2022-12-15 17:52:39 -08:00
parent 5a10cb0134
commit 8a91483559
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -2,7 +2,7 @@
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/cargo--expand-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/cargo-expand)
[<img alt="crates.io" src="https://img.shields.io/crates/v/cargo-expand.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/cargo-expand)
[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/cargo-expand/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/cargo-expand/actions?query=branch%3Amaster)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/cargo-expand/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/cargo-expand/actions?query=branch%3Amaster)
Once installed, the following command prints out the result of macro expansion
and `#[derive]` expansion applied to the current crate.