Skip to content

Commit

Permalink
Merge pull request #219 from slonopotamus/patch-1
Browse files Browse the repository at this point in the history
Replace Travis badge with GitHub Actions in readme
  • Loading branch information
oli-obk authored Feb 8, 2023
2 parents 8a79fea + e363b55 commit a57ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Also supports serialization to aid in implementing `--message-format=json`-like
output generation in `cargo-*` subcommands, since some of the types in what
`cargo --message-format=json` emits are exactly the same as the ones from `cargo metadata`.

[![Build Status](https://api.travis-ci.org/oli-obk/cargo_metadata.svg?branch=master)](https://travis-ci.org/oli-obk/cargo_metadata)
[![Build Status](https://github.com/oli-obk/cargo_metadata/workflows/CI/badge.svg?branch=main)](https://github.com/oli-obk/cargo_metadata/actions/workflows/main.yml?query=branch%3Amain)
[![crates.io](https://img.shields.io/crates/v/cargo_metadata.svg)](https://crates.io/crates/cargo_metadata)

[Documentation](https://docs.rs/cargo_metadata/)

0 comments on commit a57ca2a

Please sign in to comment.