We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5503b2 commit e961de6Copy full SHA for e961de6
2 files changed
.github/workflows/CI.yml
@@ -73,7 +73,6 @@ jobs:
73
- name: Resolve MSRV aware dependencies
74
run: |
75
cargo update
76
- cargo update system-configuration --precise 0.5.0
77
env:
78
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
79
- name: Install Rust (${{ matrix.rust }})
Cargo.toml
@@ -11,7 +11,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
11
keywords = ["http", "hyper", "hyperium"]
12
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
13
edition = "2021"
14
-rust-version = "1.63"
+rust-version = "1.64"
15
16
[package.metadata.docs.rs]
17
features = ["full"]
0 commit comments