diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426ee8c5..34493aa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,11 +92,8 @@ jobs: - uses: dtolnay/rust-toolchain@master with: - # MSRV: Rust 1.47 and later have bugs in rustc that prevent some - # projects from upgrading past 1.46 yet. So, maintain compatibility - # for 1.46 until those bugs are fixed. # Make sure to update rust-version in Cargo.toml when updating MSRV. - toolchain: 1.46.0 + toolchain: "1.60" - run: | cargo check --lib --all-features diff --git a/Cargo.toml b/Cargo.toml index a7e0719e..dd739ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"] description = "Web PKI X.509 Certificate Verification." edition = "2018" -rust-version = "1.46" +rust-version = "1.60" license-file = "LICENSE" name = "rustls-webpki" readme = "README.md"