]> Repositorios git - scryer-prolog.git/commitdiff
Fixed libffi dep
authorFayeed Pawaskar <[email protected]>
Tue, 8 Aug 2023 10:52:08 +0000 (16:22 +0530)
committerFayeed Pawaskar <[email protected]>
Tue, 8 Aug 2023 10:52:08 +0000 (16:22 +0530)
Cargo.lock
Cargo.toml

index 4385dbcfce9e3a640bdc3b936752316cf8703f03..a53f32ceaf6be9eb12b7de3af87828369ec70164 100644 (file)
@@ -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",
 ]
index 50dab76152736b5f08e7f01a4809696e9bf7cf54..1ef29ebe7be58642eec779c12f02b071c4488c29 100644 (file)
@@ -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]