Skip to content

Commit 8b74c3a

Browse files
authored
Fix windows timeout (#95)
Resolves: #94
1 parent e68e3ce commit 8b74c3a

File tree

6 files changed

+310
-381
lines changed

6 files changed

+310
-381
lines changed

.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ rustflags = [
4141
"-Wclippy::map_err_ignore",
4242
"-Wclippy::map_flatten",
4343
"-Wclippy::map_unwrap_or",
44-
"-Wclippy::match_on_vec_items",
4544
"-Wclippy::match_same_arms",
4645
"-Wclippy::match_wild_err_arm",
4746
"-Wclippy::match_wildcard_for_single_variants",

CHANGELOG.md

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

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
### Fixed
13+
- [PR#95](https://github.com/EmbarkStudios/tame-index/pull/95) resolved [#94](https://github.com/EmbarkStudios/tame-index/issues/94) by actually using an infinite timeout on Windows when timeout is `None`.
14+
1215
## [0.23.0] - 2025-08-08
1316
### Changed
1417
- [PR#93](https://github.com/EmbarkStudios/tame-index/pull/93) updated gix -> 0.73.

0 commit comments

Comments
 (0)