updated cargo to use git

This commit is contained in:
Fayeed Pawaskar
2023-07-24 19:11:41 +05:30
parent 7248425a76
commit 40b6890c54
2 changed files with 11 additions and 2 deletions

View File

@@ -68,8 +68,8 @@ derive_deref = "1.1.1"
http-body-util = "0.1.0-rc.2"
bytes = "1"
reqwest = { version = "0.11.18", features = ["blocking"] }
dashu = { path = "../dashu" }
libffi = { path = "../libffi-rs/libffi-rs" }
dashu = { git = "https://github.com/coasys/dashu.git" }
libffi = { git = "https://github.com/coasys/libffi-rs.git", branch = "windows-space" }
rand = "0.8.5"
[dev-dependencies]