diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-01-09 15:44:26 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-01-09 15:44:26 -0800 |
commit | 3e957dafd4ec2347b8244fdb2a8924ac5c60de4f (patch) | |
tree | e0b4ac85945113abce5495b9e772978b87769419 | |
parent | fab479dce41df1ebde617c060e9ee02eac92803d (diff) |
Bump to 0.1.6
-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 cbe3b13f..f5498bc9 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.5" +version = "0.1.6" workspace = ".." [dev-dependencies] |