From 9a23a5516503d190d058afc99e1a042cfa56cdb5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 Feb 2019 23:09:18 +0100 Subject: [PATCH] chore(cargo): Bump version to v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae6c325f6..aa9bbcbd4 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 "] keywords = [ "http", "curl" ] categories = [ "api-bindings" ]