Skip to content

Commit e40e23e

Browse files
committed
chore: bump msrv to 1.80
1 parent a3c1ace commit e40e23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
checks: write
1212
uses: joshka/github-workflows/.github/workflows/rust-check.yml@main
1313
with:
14-
msrv: 1.74.0
14+
msrv: 1.80.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Joshka"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/joshka/tui-widgets"
1010
edition = "2021"
11-
rust-version = "1.74.0"
11+
rust-version = "1.80.0"
1212
categories = ["command-line-interface", "gui"]
1313
keywords = ["cli", "console", "ratatui", "terminal", "tui"]
1414

0 commit comments

Comments
 (0)