Merge pull request #2018 from triska/libffi

use version from crates.io
This commit is contained in:
Mark Thom
2023-09-13 15:05:31 -06:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ num-order = { version = "1.2.0" }
rand = "0.8.5" rand = "0.8.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [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 } hostname = { version = "0.3.1", optional = true }
crossterm = { version = "0.20.0", optional = true } crossterm = { version = "0.20.0", optional = true }
ctrlc = { version = "3.2.2", optional = true } ctrlc = { version = "3.2.2", optional = true }