Skip to content

Commit

Permalink
Bump MSRV 1.61 -> 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jul 6, 2024
1 parent 24828c0 commit dc3b43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build_versions:
strategy:
matrix:
rust: [stable, beta, 1.61.0]
rust: [stable, beta, 1.63.0]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["/cargo_deny.sh", "/deny.toml", "/test.sh"]


# MSRV
rust-version = "1.61"
rust-version = "1.63"

[package.metadata.docs.rs]
features = ["tls", "native-tls", "json", "charset", "cookies", "socks-proxy", "gzip", "brotli", "http-interop", "http-crate"]
Expand Down

0 comments on commit dc3b43d

Please sign in to comment.