Skip to content

Commit d841f5d

Browse files
authored
bump MSRV to 1.64 (#258)
Needed to update system-configuration, among other things. reqwest is already depending on 1.64, so we don't affect them.
1 parent af19656 commit d841f5d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [style]
6161
strategy:
6262
matrix:
63-
rust: [ 1.63 ] # keep in sync with 'rust-version' in Cargo.toml
63+
rust: [ 1.64 ] # keep in sync with 'rust-version' in Cargo.toml
6464
os:
6565
- ubuntu-latest
6666
- windows-latest
@@ -73,7 +73,6 @@ jobs:
7373
- name: Resolve MSRV aware dependencies
7474
run: |
7575
cargo update
76-
cargo update system-configuration --precise 0.5.0
7776
env:
7877
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
7978
- name: Install Rust (${{ matrix.rust }})

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Sean McArthur <[email protected]>"]
1111
keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2021"
14-
rust-version = "1.63"
14+
rust-version = "1.64"
1515

1616
[package.metadata.docs.rs]
1717
features = ["full"]

0 commit comments

Comments
 (0)