Skip to content

Commit

Permalink
Put MSRV into Cargo.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 committed Apr 15, 2023
1 parent 8e3e429 commit 79c330c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion clippy.toml

This file was deleted.

0 comments on commit 79c330c

Please sign in to comment.