Skip to content

Commit db211e5

Browse files
authored
Update gix from 0.71.0 to 0.74.1 (#2745)
* Update gix from 0.71.0 to 0.74.1 * Bump MSRC from 1.81 to 1.82 This is required by `gitoxide` 0.74. * Address clippy issues * Add getrandom and rustix to deny.toml * Document reasons for ignoring duplicates
1 parent e5ebb22 commit db211e5

File tree

15 files changed

+332
-242
lines changed

15 files changed

+332
-242
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.81.0"
1+
msrv = "1.82.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.81"]
20+
rust: [nightly, stable, "1.82"]
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.81"]
95+
rust: [nightly, stable, "1.82"]
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.81"]
147+
rust: [nightly, stable, "1.82"]
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.81"]
198+
rust: [nightly, stable, "1.82"]
199199
continue-on-error: ${{ matrix.rust == 'nightly' }}
200200
steps:
201201
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99
* execute git-hooks directly if possible (on *nix) else use sh instead of bash (without reading SHELL variable) [[@Joshix](https://github.com/Joshix-1)] ([#2483](https://github.com/extrawurst/gitui/pull/2483))
10+
* increase MSRV from 1.81 to 1.82 [[@cruessler](https://github.com/cruessler)]
1011

1112
### Added
1213
* Files and status tab support pageUp and pageDown [[@fatpandac](https://github.com/fatpandac)] ([#1951](https://github.com/extrawurst/gitui/issues/1951))

0 commit comments

Comments
 (0)