Skip to content

Commit

Permalink
Prepare 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Aug 23, 2021
1 parent d71fea6 commit 422d4b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "isahc"
version = "1.4.1"
version = "1.5.0"
description = "The practical HTTP client that is fun to use."
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Install via Cargo by adding to your `Cargo.toml` file:

```toml
[dependencies]
isahc = "1.4"
isahc = "1.5"
```

### Minimum supported Rust version
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
//!
//! ```toml
//! [dependencies.isahc]
//! version = "1.4"
//! version = "1.5"
//! features = ["psl"]
//! ```
//!
Expand Down

0 comments on commit 422d4b0

Please sign in to comment.