Skip to content

Commit

Permalink
Increase MSRV to 1.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noeddl committed Nov 4, 2024
1 parent e79ddf1 commit 5219c2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- stable
- beta
- nightly
- 1.59.0 # MSRV
- 1.74.1 # MSRV

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [0.1.3] - 2024-11-04

* Update dependencies to remove security issues.
* Increase MSRV to 1.47.1.

## [0.1.2] - 2022-06-10

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "prompter"
version = "0.1.3"
edition = "2021"
rust-version = "1.74.1"
authors = ["Anett Seeker"]
license = "MIT OR Apache-2.0"
description = "A Wordle solver in Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Documentation](https://docs.rs/prompter/badge.svg)](https://docs.rs/prompter)
[![Continuous integration](https://github.com/noeddl/prompter/actions/workflows/ci.yml/badge.svg)](https://github.com/noeddl/prompter/actions/workflows/ci.yml)
[![license](https://img.shields.io/crates/l/prompter)](#license)
[![rustc](https://img.shields.io/badge/rustc-1.59+-lightgray.svg)](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html)
[![rustc](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)](https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html)

`prompter` is a command line tool that helps you choose the next word in a game of [Wordle](https://www.nytimes.com/games/wordle/index.html) - just like a promper in a theater tells the actors what to say next in case they forget.

Expand Down

0 comments on commit 5219c2f

Please sign in to comment.