Add missing .git suffixes for GitHub VCS deps

This commit is contained in:
Robbert van der Helm
2022-05-24 15:24:33 +02:00
parent 4c54716cc2
commit ed9ee2c188
4 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,6 @@ license = "ISC"
anyhow = "1.0"
goblin = "0.5"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"