Update the version to 0.1.9

This commit is contained in:
Ryan Hunt 2017-05-11 04:21:06 -04:00
parent 38fea4ee10
commit 2f655fa870
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "cbindgen"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"clap 2.23.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

@ -3,8 +3,8 @@ name = "cbindgen"
description = "A tool for generating C bindings to Rust code."
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
license = "MPL-2.0"
version = "0.1.8"
exclude = ["compile-tests"]
version = "0.1.9"
exclude = ["compile-tests/**"]
repository = "https://github.com/rlhunt/cbindgen/"
[badges]

View File

@ -47,7 +47,7 @@ fn main() {
## Examples
See `tests/` for some examples of rust source that can be handled.
See `compile-tests/` for some examples of rust source that can be handled.
## How it works