Skip to content

Commit dbd85d9

Browse files
committed
Add project rename notice
1 parent 82220dd commit dbd85d9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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.5.4"
3+
version = "0.5.5"
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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# cHTTP
1+
# [Isahc] (formerly cHTTP)
22

33
The practical HTTP client that is fun to use.
44

5-
[![Crates.io](https://img.shields.io/crates/v/chttp.svg)](https://crates.io/crates/chttp)
6-
[![Documentation](https://docs.rs/chttp/badge.svg)][documentation]
5+
**Note: cHTTP has been renamed to [Isahc]. Check out the latest and greatest versions under the new name!**
6+
7+
[![Crates.io](https://img.shields.io/crates/v/isahc.svg)](https://crates.io/crates/isahc)
8+
[![Documentation](https://docs.rs/isahc/badge.svg)][documentation]
79
![License](https://img.shields.io/badge/license-MIT-blue.svg)
810

911
## Key features
@@ -87,8 +89,9 @@ This library is licensed under the MIT license. See the [LICENSE](LICENSE) file
8789

8890

8991
[async/await]: https://rust-lang.github.io/async-book/01_getting_started/04_async_await_primer.html
90-
[documentation]: https://docs.rs/chttp
92+
[documentation]: https://docs.rs/isahc
9193
[http]: https://github.com/hyperium/http
94+
[isahc]: https://crates.io/crates/isahc
9295
[libcurl]: https://curl.haxx.se/libcurl/
9396
[multi interface]: https://curl.haxx.se/libcurl/c/libcurl-multi.html
9497
[serde]: https://serde.rs

0 commit comments

Comments
 (0)