Skip to content

Commit e9df2ba

Browse files
committed
cow-dedup: change reflink crate to a git revision
See: - nicokoch/reflink#4 - nicokoch/reflink#8
1 parent 0a6f621 commit e9df2ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cow-dedup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
clap = "3.1.18"
10-
reflink = "0.1.3"
10+
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b46" }
1111
walkdir = "2.3.2"
1212
sha2 = "0.10.2"
1313
thiserror = "1.0.31"

0 commit comments

Comments
 (0)