Skip to content

Commit

Permalink
[ci skip] update build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pnordahl committed Jul 13, 2022
1 parent aab9267 commit ea8676c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# rust-postal
> Bindings to the libpostal street address parsing/normalization C library.
[![Build Status](https://travis-ci.com/pnordahl/rust-postal.svg?branch=master)](https://travis-ci.com/pnordahl/rust-postal)
![Build Status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg?branch=main)

[![Cargo](https://img.shields.io/crates/v/postal.svg)](https://crates.io/crates/postal)

This library provides [rust-lang/rust-bindgen](https://github.com/rust-lang/rust-bindgen) generated Rust <-> C bindings, and puts an ergonomic and safe Rust API on top of them.
Expand Down

0 comments on commit ea8676c

Please sign in to comment.