Skip to content

Commit

Permalink
📝 define MSRV (#249)
Browse files Browse the repository at this point in the history
* Create .clippy.toml

* Cargo.toml:  pin MSRV to v1.72.0

* README:  add MSRV badge

* README:  adjust badges

* CI:  check whether the MSRV would change

* CI:  fix stylistic issues in new workflow

* CI:  quote `grep` pattern

* Update pr.yml

* Update README.md

* Cargo.toml:  set MSRV to v1.70.0

* .clippy.toml:  set MSRV to v1.70.0

* Update pr.yml

* Update pr.yml

* Update pr.yml

* Delete .github/workflows/pr.yml
  • Loading branch information
kevinmatthes authored Oct 11, 2023
1 parent c48c947 commit 4d62092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.70.0"
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<div align="center">

Expand Down Expand Up @@ -188,9 +189,10 @@ A simple changelog can be found on the [releases page](https://github.com/ttytm/
<!-- Images -->

[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
Expand Down

0 comments on commit 4d62092

Please sign in to comment.