diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 422cff34..1b67cd27 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -60,7 +60,7 @@ jobs: needs: [style] strategy: matrix: - rust: [ 1.63 ] # keep in sync with 'rust-version' in Cargo.toml + rust: [ 1.64 ] # keep in sync with 'rust-version' in Cargo.toml os: - ubuntu-latest - windows-latest @@ -73,7 +73,6 @@ jobs: - name: Resolve MSRV aware dependencies run: | cargo update - cargo update system-configuration --precise 0.5.0 env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback - name: Install Rust (${{ matrix.rust }}) diff --git a/Cargo.toml b/Cargo.toml index d13bf7e8..00dd38a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Sean McArthur "] keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] edition = "2021" -rust-version = "1.63" +rust-version = "1.64" [package.metadata.docs.rs] features = ["full"]