Skip to content

Commit 9f96482

Browse files
committed
prepare 0.1.1 release
1 parent 82220c0 commit 9f96482

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chttp"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The practical HTTP client that is fun to use."
55
authors = ["Stephen M. Coakley <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
The practical HTTP client that is fun to use.
33

44
[![Shippable](https://img.shields.io/shippable/59f4fe44571f17060086ff61.svg)](https://app.shippable.com/github/sagebind/chttp)
5-
[![CircleCI](https://img.shields.io/circleci/project/github/sagebind/chttp.svg)](https://circleci.com/gh/sagebind/chttp)
65
[![Crates.io](https://img.shields.io/crates/v/chttp.svg)](https://crates.io/crates/chttp)
76
[![Documentation](https://docs.rs/chttp/badge.svg)](https://docs.rs/chttp)
87
![License](https://img.shields.io/badge/license-MIT-blue.svg)
@@ -59,6 +58,11 @@ On Windows and macOS:
5958

6059
- TBD
6160

61+
## Installation
62+
Add this to your Cargo.toml file:
63+
64+
[dependencies]
65+
chttp = "0.1"
6266

6367
## License
6468
This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)