diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-16 08:06:14 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-16 08:08:24 +0100 |
commit | 981e5c5a4fd10400edb33b9f58cfea3affaf295d (patch) | |
tree | 382ecd5d8d899db99ea592de1b704bb4da63eee5 | |
parent | 64038c3b33b0d1941ebbef57ed59772cf3007b93 (diff) |
Bump version.
-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 df22afdd..408d9fc1 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.2" +version = "0.1.3" workspace = ".." [dev-dependencies] |