Skip to content

Commit b44d13b

Browse files
authored
bump msrv
1 parent 0de0885 commit b44d13b

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
- macos-latest
4444
- windows-latest
4545
rust:
46-
- "1.88"
47-
- "1.89"
48-
- "1.90"
46+
- "1.91.1"
47+
- "1.92"
48+
- "1.93"
49+
- "1.94"
4950
- stable
5051
- beta
5152
- nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
keywords = ["git", "git-remote", "codecommit"]
1616
categories = ["command-line-utilities", "development-tools"]
1717
publish = true
18-
rust-version = "1.88"
18+
rust-version = "1.91.1"
1919

2020
[workspace.lints.rust]
2121
let_underscore_drop = "warn"

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# See https://doc.rust-lang.org/clippy/lint_configuration.html
22
# for full configuration options.
33

4-
msrv = "1.88"
4+
msrv = "1.91.1"

0 commit comments

Comments
 (0)