Skip to content

Commit 3f81d25

Browse files
committed
Prepare 1.4.0 release
1 parent c3f70e9 commit 3f81d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "isahc"
3-
version = "1.3.1"
3+
version = "1.4.0"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Install via Cargo by adding to your `Cargo.toml` file:
7070

7171
```toml
7272
[dependencies]
73-
isahc = "1.3"
73+
isahc = "1.4"
7474
```
7575

7676
### Minimum supported Rust version

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
//!
145145
//! ```toml
146146
//! [dependencies.isahc]
147-
//! version = "1.3"
147+
//! version = "1.4"
148148
//! features = ["psl"]
149149
//! ```
150150
//!

0 commit comments

Comments
 (0)