Skip to content

Commit

Permalink
Target an MSRV of 1.57 (up from 1.56)
Browse files Browse the repository at this point in the history
rustls targets 1.57 and is a significant enough dependency that we
should track it.
  • Loading branch information
bradfier committed May 16, 2023
1 parent 4e54613 commit 06c4fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
rust:
- stable
- nightly
- 1.56
- 1.57
features:
- default
- ssl-openssl
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -9,6 +9,7 @@ keywords = ["http", "server", "web"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tiny-http/tiny-http"
edition = "2018"
rust-version = "1.57"

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

0 comments on commit 06c4fb3

Please sign in to comment.