Skip to content

Commit 79c330c

Browse files
committed
Put MSRV into Cargo.toml
Also remove it from clippy.toml as clippy reads it from Cargo.toml since 1.64. CI only runs clippy from latest stable and not from the MSRV so this shouldn't be a problem.
1 parent 8e3e429 commit 79c330c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A lightweight logging facade for Rust
1313
categories = ["development-tools::debugging"]
1414
keywords = ["logging"]
1515
exclude = ["rfcs/**/*"]
16+
rust-version = "1.60.0"
1617

1718
[package.metadata.docs.rs]
1819
features = ["std", "serde", "kv_unstable_std", "kv_unstable_sval", "kv_unstable_serde"]

clippy.toml

-1
This file was deleted.

0 commit comments

Comments
 (0)