Update the version to 0.1.21

This commit is contained in:
Ryan Hunt 2017-08-12 04:17:34 -04:00
parent 34a545aa81
commit 99294d6bda
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "cbindgen"
version = "0.1.20"
version = "0.1.21"
dependencies = [
"clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.1.20"
version = "0.1.21"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]
@ -8,11 +8,11 @@ license = "MPL-2.0"
description = "A tool for generating C bindings to Rust code."
keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
repository = "https://github.com/rlhunt/cbindgen/"
repository = "https://github.com/eqrion/cbindgen/"
exclude = ["run-tests.py", "compile-tests/**"]
[badges]
travis-ci = { repository = "rlhunt/cbindgen" }
travis-ci = { repository = "eqrion/cbindgen" }
[dependencies]
clap = "2"

View File

@ -1,6 +1,6 @@
# `cbindgen` &emsp; [![Build Status]][travis] [![Latest Version]][crates.io]
[Build Status]: https://api.travis-ci.org/rlhunt/cbindgen.svg?branch=master
[Build Status]: https://api.travis-ci.org/eqrion/cbindgen.svg?branch=master
[travis]: https://travis-ci.org/eqrion/cbindgen
[Latest Version]: https://img.shields.io/crates/v/cbindgen.svg
[crates.io]: https://crates.io/crates/cbindgen