diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-15 23:09:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 23:09:32 -0800 |
commit | d80b797754e7d84516999e32c3448b9b38632a59 (patch) | |
tree | 382ecd5d8d899db99ea592de1b704bb4da63eee5 | |
parent | 64038c3b33b0d1941ebbef57ed59772cf3007b93 (diff) | |
parent | 981e5c5a4fd10400edb33b9f58cfea3affaf295d (diff) |
Auto merge of #349 - emilio:stylo, r=upsuper
Bump version.
r? @upsuper
-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] |