diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-23 13:31:12 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-23 13:31:12 +0100 |
commit | ae84a039ce3790091c529ee8ecf767de919659a8 (patch) | |
tree | 7cabed035ab01c4eab5ac628e5a6eecd2e82bfc4 | |
parent | e470b4475dcd7f79042a4905d38bf393da23df44 (diff) |
libbindgen: Bump version for crates.io
-rw-r--r-- | libbindgen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbindgen/Cargo.toml b/libbindgen/Cargo.toml index 0f7b0e18..e6e9a5db 100644 --- a/libbindgen/Cargo.toml +++ b/libbindgen/Cargo.toml @@ -12,7 +12,7 @@ license = "BSD-3-Clause" name = "libbindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" -version = "0.1.3" +version = "0.1.4" workspace = ".." [dev-dependencies] |