We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de0885 commit b44d13bCopy full SHA for b44d13b
3 files changed
.github/workflows/ci.yml
@@ -43,9 +43,10 @@ jobs:
43
- macos-latest
44
- windows-latest
45
rust:
46
- - "1.88"
47
- - "1.89"
48
- - "1.90"
+ - "1.91.1"
+ - "1.92"
+ - "1.93"
49
+ - "1.94"
50
- stable
51
- beta
52
- nightly
Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
15
keywords = ["git", "git-remote", "codecommit"]
16
categories = ["command-line-utilities", "development-tools"]
17
publish = true
18
-rust-version = "1.88"
+rust-version = "1.91.1"
19
20
[workspace.lints.rust]
21
let_underscore_drop = "warn"
clippy.toml
@@ -1,4 +1,4 @@
1
# See https://doc.rust-lang.org/clippy/lint_configuration.html
2
# for full configuration options.
3
4
-msrv = "1.88"
+msrv = "1.91.1"
0 commit comments