Update the version to 0.1.9
This commit is contained in:
parent
38fea4ee10
commit
2f655fa870
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user