From 9f96482092a67358692c77b7320dd7b88381dd23 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Thu, 21 Dec 2017 17:00:33 -0600 Subject: [PATCH] prepare 0.1.1 release --- Cargo.toml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3cd54673..9bd824ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chttp" -version = "0.1.0" +version = "0.1.1" description = "The practical HTTP client that is fun to use." authors = ["Stephen M. Coakley "] license = "MIT" diff --git a/README.md b/README.md index 2d592b2b..3f99d520 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ The practical HTTP client that is fun to use. [![Shippable](https://img.shields.io/shippable/59f4fe44571f17060086ff61.svg)](https://app.shippable.com/github/sagebind/chttp) -[![CircleCI](https://img.shields.io/circleci/project/github/sagebind/chttp.svg)](https://circleci.com/gh/sagebind/chttp) [![Crates.io](https://img.shields.io/crates/v/chttp.svg)](https://crates.io/crates/chttp) [![Documentation](https://docs.rs/chttp/badge.svg)](https://docs.rs/chttp) ![License](https://img.shields.io/badge/license-MIT-blue.svg) @@ -59,6 +58,11 @@ On Windows and macOS: - TBD +## Installation +Add this to your Cargo.toml file: + +[dependencies] +chttp = "0.1" ## License This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.