Skip to content

Commit

Permalink
Bump MSRV to 1.70 (for tokio 1.39)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 26, 2024
1 parent 0a20123 commit d00e883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.64"
toolchain: "1.70"

- name: Check MSRV
run: cargo check --lib --all-features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hyper-rustls"
version = "0.27.2"
edition = "2021"
rust-version = "1.64"
rust-version = "1.70"
license = "Apache-2.0 OR ISC OR MIT"
readme = "README.md"
description = "Rustls+hyper integration for pure rust HTTPS"
Expand Down

0 comments on commit d00e883

Please sign in to comment.