From 5b1df8c4b3c816a348f7c570066448440d6ff18f Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Wed, 13 Sep 2023 20:45:38 +0200 Subject: [PATCH] use version from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.54.0