[yabridgectl] Bump reflink for 32-bit support

The version on crates.io always assumes the toolchain is 64-bit.
This commit is contained in:
Robbert van der Helm
2021-06-24 17:43:37 +02:00
parent c770e561d3
commit 3e75ff557b
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ colored = "2.0.0"
is_executable = "0.1.2"
lazy_static = "1.4.0"
promptly = "0.3.0"
reflink = "0.1.3"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
rayon = "1.3.1"
serde = "1.0.114"
serde_derive = "1.0.114"