From: Fayeed Pawaskar Date: Tue, 8 Aug 2023 10:52:08 +0000 (+0530) Subject: Fixed libffi dep X-Git-Tag: remove^2~35 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=ce1c8aac4ccc0a49ce4816c0870634a703b1fc1f;p=scryer-prolog.git Fixed libffi dep --- diff --git a/Cargo.lock b/Cargo.lock index 4385dbcf..a53f32ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,6 +1144,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libffi" version = "3.2.0" +source = "git+https://github.com/coasys/libffi-rs.git?branch=windows-space#f6e9e50efde0aa4e940dd6f709a59bb426875362" dependencies = [ "libc", "libffi-sys", @@ -1152,6 +1153,7 @@ dependencies = [ [[package]] name = "libffi-sys" version = "2.3.0" +source = "git+https://github.com/coasys/libffi-rs.git?branch=windows-space#f6e9e50efde0aa4e940dd6f709a59bb426875362" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index 50dab761..1ef29ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ http-body-util = "0.1.0-rc.2" bytes = "1" reqwest = { version = "0.11.18", features = ["blocking"] } dashu = { git = "https://github.com/coasys/dashu.git" } -libffi = { path = "../libffi-rs/libffi-rs" } +libffi = { git = "https://github.com/coasys/libffi-rs.git", branch = "windows-space" } rand = "0.8.5" [dev-dependencies]