Skip to content

Commit

Permalink
Bump MSRV for newer tokio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 25, 2024
1 parent 52e685d commit 409d874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.63"
toolchain: "1.70"

- run: cargo check --locked --lib --all-features
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
categories = ["asynchronous", "cryptography", "network-programming"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.70"
exclude = ["/.github", "/examples", "/scripts"]

[dependencies]
Expand Down

0 comments on commit 409d874

Please sign in to comment.