From: Markus Triska Date: Wed, 13 Sep 2023 18:45:38 +0000 (+0200) Subject: use version from crates.io X-Git-Tag: remove~97^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=5b1df8c4b3c816a348f7c570066448440d6ff18f;p=scryer-prolog.git use version from crates.io --- diff --git a/Cargo.toml b/Cargo.toml index 0df15b08..92b35ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ num-order = { version = "1.2.0" } rand = "0.8.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -libffi = { git = "https://github.com/coasys/libffi-rs.git", branch = "windows-space", optional = true, version = "3.2.0" } +libffi = { version = "3.2.0", optional = true } hostname = { version = "0.3.1", optional = true } crossterm = { version = "0.20.0", optional = true } ctrlc = { version = "3.2.2", optional = true }