Skip to content

Commit 2480deb

Browse files
committed
move msrv from clippy config to Cargo.toml
1 parent 5f8683f commit 2480deb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.clippy.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[workspace.package]
2+
rust-version = "1.65.0"
3+
14
[workspace]
25
members = [
36
# main crates, published on crates.io

0 commit comments

Comments
 (0)