Skip to content

Commit 5219c2f

Browse files
committed
Increase MSRV to 1.47.1
1 parent e79ddf1 commit 5219c2f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stable
1616
- beta
1717
- nightly
18-
- 1.59.0 # MSRV
18+
- 1.74.1 # MSRV
1919

2020
steps:
2121
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [0.1.3] - 2024-11-04
44

55
* Update dependencies to remove security issues.
6+
* Increase MSRV to 1.47.1.
67

78
## [0.1.2] - 2022-06-10
89

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "prompter"
33
version = "0.1.3"
44
edition = "2021"
5+
rust-version = "1.74.1"
56
authors = ["Anett Seeker"]
67
license = "MIT OR Apache-2.0"
78
description = "A Wordle solver in Rust"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Documentation](https://docs.rs/prompter/badge.svg)](https://docs.rs/prompter)
55
[![Continuous integration](https://github.com/noeddl/prompter/actions/workflows/ci.yml/badge.svg)](https://github.com/noeddl/prompter/actions/workflows/ci.yml)
66
[![license](https://img.shields.io/crates/l/prompter)](#license)
7-
[![rustc](https://img.shields.io/badge/rustc-1.59+-lightgray.svg)](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html)
7+
[![rustc](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)](https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html)
88

99
`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.
1010

0 commit comments

Comments
 (0)