diff --git a/Cargo.toml b/Cargo.toml index 598b2be6c..2f4e3e36f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ A lightweight logging facade for Rust categories = ["development-tools::debugging"] keywords = ["logging"] exclude = ["rfcs/**/*"] +rust-version = "1.60.0" [package.metadata.docs.rs] features = ["std", "serde", "kv_unstable_std", "kv_unstable_sval", "kv_unstable_serde"] diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 16caf02ee..000000000 --- a/clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.60.0"