Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Apr 7, 2021
1 parent 1673479 commit 4539d92
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.2.0"
version = "1.3.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.2"
isahc = "1.3"
```

### 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.2"
//! version = "1.3"
//! features = ["psl"]
//! ```
//!
Expand Down

0 comments on commit 4539d92

Please sign in to comment.