Skip to content

Commit

Permalink
Update MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 8, 2023
1 parent 7130619 commit 123f705
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 @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.70.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.22.2"
edition = "2018"
readme = "README.md"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
rust-version = "1.64"
rust-version = "1.70"

[features]
default = ["handshake"]
Expand Down

0 comments on commit 123f705

Please sign in to comment.