File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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 }})
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
1111keywords = [" http" , " hyper" , " hyperium" ]
1212categories = [" network-programming" , " web-programming::http-client" , " web-programming::http-server" ]
1313edition = " 2021"
14- rust-version = " 1.63 "
14+ rust-version = " 1.64 "
1515
1616[package .metadata .docs .rs ]
1717features = [" full" ]
You can’t perform that action at this time.
0 commit comments