Update build status badge

This commit is contained in:
David Tolnay 2022-12-15 17:52:43 -08:00
parent 7b324012c6
commit c12a87da1a
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -4,7 +4,7 @@ unsafe-libyaml
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/unsafe--libyaml-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/unsafe-libyaml)
[<img alt="crates.io" src="https://img.shields.io/crates/v/unsafe-libyaml.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/unsafe-libyaml)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-unsafe--libyaml-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/unsafe-libyaml)
[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/unsafe-libyaml/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/unsafe-libyaml/actions?query=branch%3Amaster)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/unsafe-libyaml/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/unsafe-libyaml/actions?query=branch%3Amaster)
This library is [libyaml] translated from C to unsafe Rust with the assistance
of [c2rust].