Skip to content

Commit

Permalink
Remove unneeded reflink package patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 15, 2023
1 parent 31ebfa1 commit f3cdb56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,3 @@ tokio = { version = "=1.32", features = ["macros", "rt"] }
url = { version = "=2.4", features = ["serde"] }
uuid = { version = "=1.4", features = ["js", "serde", "v4"] }
which = { version = "=4.4" }

[patch.crates-io]
# Fixes a bug in building with musl binary (i.e. Alpine Linux)
# see: https://github.com/pkolaczk/fclones/issues/95#issuecomment-987375929
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }

0 comments on commit f3cdb56

Please sign in to comment.