diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-12-09 12:49:36 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-12-09 12:49:36 -0800 |
commit | 07acbdd568f9186c13e5f5051b5d4a2d19eb76fa (patch) | |
tree | f749f7f9725d02a84164b779f3520c72df0386d4 | |
parent | 13090288cbb348c46368e7c990a859765adbf9cb (diff) |
Set `libbindgen`'s version to 0.1.0
-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 43bebb84..4b3a4f49 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.17.0" +version = "0.1.0" workspace = ".." [dev-dependencies] |