Skip to content

Commit 8839e8c

Browse files
author
share121
committed
fix: 修复 mmap 打开文件导致源文件被覆盖的问题
1 parent 4559cf6 commit 8839e8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["downloader", "parallel", "thread", "concurrency", "performance"]
1414
categories = ["network-programming", "command-line-utilities"]
1515

1616
[dependencies]
17-
fast-pull = "2.2.0"
17+
fast-pull = "2.2.1"
1818
color-eyre = "0.6.5"
1919
reqwest = { version = "0.12.22", features = [
2020
"brotli",

0 commit comments

Comments
 (0)