Skip to content

Commit

Permalink
Merge pull request #557 from est31/msrv_in_toml
Browse files Browse the repository at this point in the history
Put MSRV into Cargo.toml
  • Loading branch information
KodrAus committed Apr 15, 2023
2 parents 8e3e429 + 79c330c commit 502bdb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
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 502bdb7

Please sign in to comment.