diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ae6c325f60a7..aa9bbcbd4978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crimp" description = "Higher-level Rust API for cURL bindings" -version = "0.1.0" +version = "0.2.0" authors = ["Vincent Ambo <mail@tazj.in>"] keywords = [ "http", "curl" ] categories = [ "api-bindings" ] |