about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-02-27T13·40+0100
committerVincent Ambo <mail@tazj.in>2019-02-27T13·41+0100
commit448cc5e1d4c1e4c0ea20c3009d322de362bde109 (patch)
tree59eaee7a57924d3bc918936c79eaf2d8fbcdacd1
parent951bc7ae8572452537cf6e0680c23e8b3b1afd52 (diff)
chore(cargo): Bump version to v0.2.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa9bbcbd49..13c80f1f69 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" ]