diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-27T13·40+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-02-27T13·41+0100 |
commit | 448cc5e1d4c1e4c0ea20c3009d322de362bde109 (patch) | |
tree | 59eaee7a57924d3bc918936c79eaf2d8fbcdacd1 /Cargo.toml | |
parent | 951bc7ae8572452537cf6e0680c23e8b3b1afd52 (diff) |
chore(cargo): Bump version to v0.2.2
Diffstat (limited to 'Cargo.toml')
-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" ] |