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