diff --git a/.clippy.toml b/.clippy.toml new file mode 100644 index 0000000..1645c19 --- /dev/null +++ b/.clippy.toml @@ -0,0 +1 @@ +msrv = "1.70.0" diff --git a/Cargo.toml b/Cargo.toml index 023a9ac..7c97f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://github.com/ttytm/wthrr-the-weathercrab" repository = "https://github.com/ttytm/wthrr-the-weathercrab" keywords = ["cli", "weather", "meteorological", "terminal"] categories = ["command-line-utilities"] +rust-version = "1.70.0" [dependencies] anyhow = "1.0" diff --git a/README.md b/README.md index 12925f4..bd17899 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 🦀 wthrr-the-weathercrab -[![][crates_io_shield]](https://crates.io/crates/wthrr) [![][ci_shield]](https://github.com/ttytm/wthrr-the-weathercrab/actions/workflows/ci.yml?query=branch%3Amain) [![][last_commit_shield]](https://github.com/ttytm/wthrr-the-weathercrab/commits/main) +[![][crates_io_shield]](https://crates.io/crates/wthrr) +[![][msrv_shield]](https://github.com/ttytm/wthrr-the-weathercrab)