Skip to content

Commit

Permalink
iqhttp: MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Jul 17, 2024
1 parent c2316de commit 6e71218
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iqhttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion iqhttp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "web-programming::http-client"]
keywords = ["api", "client", "http", "rest", "web"]
readme = "README.md"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"

[dependencies]
hyper = "0.14.10"
Expand Down
4 changes: 2 additions & 2 deletions iqhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ built-in SSL/TLS support based on [`rustls`].

## Minimum Supported Rust Version

Rust **1.60**
Rust **1.63**

## License

Expand Down Expand Up @@ -41,7 +41,7 @@ without any additional terms or conditions.
[build-link]: https://github.com/iqlusioninc/crates/actions/workflows/iqhttp.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[license-link]: https://github.com/iqlusioninc/crates/blob/main/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.63+-blue.svg

[//]: # (general links)

Expand Down

0 comments on commit 6e71218

Please sign in to comment.