diff --git a/Cargo.toml b/Cargo.toml index bfc2ed0..2effc61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.1.0" +version = "0.2.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"