use version from crates.io

This commit is contained in:
Markus Triska
2023-09-13 20:45:38 +02:00
parent 3e14ef634f
commit 5b1df8c4b3

View File

@@ -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 }