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)
@@ -188,9 +189,10 @@ A simple changelog can be found on the [releases page](https://github.com/ttytm/ [preview]: https://github.com/ttytm/wthrr-the-weathercrab/assets/34311583/58780205-816b-4cfd-95f8-9453e754eb94 -[crates_io_shield]: https://img.shields.io/crates/v/wthrr?style=flat-square +[crates_io_shield]: https://img.shields.io/crates/v/wthrr?style=flat-square&color=DEA584 [ci_shield]: https://img.shields.io/github/actions/workflow/status/ttytm/wthrr-the-weathercrab/ci.yml?branch=main&style=flat-square [last_commit_shield]: https://img.shields.io/github/last-commit/ttytm/wthrr-the-weathercrab?style=flat-square +[msrv_shield]: https://img.shields.io/badge/MSRV-1.70.0-DEA584?style=flat-square [first_run]: https://user-images.githubusercontent.com/34311583/219735581-8036590f-8354-47fb-a31f-055be79c9229.png [hourly_forecast]: https://user-images.githubusercontent.com/34311583/219735474-d8e2899d-c209-46d3-a5cd-bea4ed41ac3c.png [weekly_forecast]: https://user-images.githubusercontent.com/34311583/219735452-9766d692-a79b-4a5a-a903-30a3339cc684.png