diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-09 16:11:24 -1000 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-09 16:11:24 -1000 |
commit | ef69d847a3f7f936fb2ce58421b59b6f96dcffd6 (patch) | |
tree | bfbd975e32ae7a042a9d29e107fe9abe60202fd4 | |
parent | bb8a50f56856e31a33b5ff22188485f17d40893c (diff) |
Publish 0.1.1 for the recent changes.
-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 9f02e2ba..8d050a96 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.0" +version = "0.1.1" workspace = ".." [dev-dependencies] |