From ed87e773a1aa41827f3010d2878c44f1e284d9e2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 24 Oct 2023 23:31:44 +0900 Subject: [PATCH] Bump MSRV to 1.67 toml_datetime (used by toml) requires it. ``` error: package `toml_datetime v0.6.5` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.66.1 ``` --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 685217b8..9da66362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-llvm-cov" version = "0.5.35" edition = "2021" -rust-version = "1.66" +rust-version = "1.67" license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/cargo-llvm-cov" keywords = ["cargo", "coverage", "subcommand", "testing"] diff --git a/README.md b/README.md index 517d7ec6..7d53dacd 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ cargo-llvm-cov --json | some-program cargo +stable install cargo-llvm-cov --locked ``` -Currently, installing cargo-llvm-cov requires rustc 1.66+. +Currently, installing cargo-llvm-cov requires rustc 1.67+. cargo-llvm-cov is usually runnable with Cargo versions older than the Rust version required for installation (e.g., `cargo +1.60 llvm-cov`). Currently, to run