Skip to content

Commit b44e211

Browse files
author
Naseschwarz
committed
Upgrade MSRV to 1.81
1 parent 516bfa4 commit b44e211

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
msrv = "1.70.0"
1+
msrv = "1.81.0"
22
cognitive-complexity-threshold = 18

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
rust: [nightly, stable, '1.70']
20+
rust: [nightly, stable, '1.81']
2121
runs-on: ${{ matrix.os }}
2222
continue-on-error: ${{ matrix.rust == 'nightly' }}
2323

@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
rust: [nightly, stable, '1.70']
95+
rust: [nightly, stable, '1.81']
9696
continue-on-error: ${{ matrix.rust == 'nightly' }}
9797
steps:
9898
- uses: actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
fail-fast: false
146146
matrix:
147-
rust: [nightly, stable, '1.70']
147+
rust: [nightly, stable, '1.81']
148148
continue-on-error: ${{ matrix.rust == 'nightly' }}
149149
steps:
150150
- uses: actions/checkout@v4
@@ -195,7 +195,7 @@ jobs:
195195
strategy:
196196
fail-fast: false
197197
matrix:
198-
rust: [nightly, stable, '1.70']
198+
rust: [nightly, stable, '1.81']
199199
continue-on-error: ${{ matrix.rust == 'nightly' }}
200200
steps:
201201
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.27.0"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"
7-
rust-version = "1.70"
7+
rust-version = "1.81"
88
exclude = [".github/*", ".vscode/*", "assets/*"]
99
homepage = "https://github.com/gitui-org/gitui"
1010
repository = "https://github.com/gitui-org/gitui"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ see [NIGHTLIES.md](./NIGHTLIES.md)
220220

221221
### Requirements
222222

223-
- Minimum supported `rust`/`cargo` version: `1.70`
223+
- Minimum supported `rust`/`cargo` version: `1.81`
224224
- See [Install Rust](https://www.rust-lang.org/tools/install)
225225

226226
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)

0 commit comments

Comments
 (0)