From 8bdc3c2bafa9bdfcd6bfaf94b97b960843908ae9 Mon Sep 17 00:00:00 2001 From: Arnau Orriols Date: Wed, 7 Sep 2022 08:53:56 +0200 Subject: feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 7fa309dac..ce5ad244d 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -40,4 +40,4 @@ tokio-tungstenite = "0.16" pty = "0.2.2" [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.9", features = ["consoleapi", "handleapi", "namedpipeapi", "winbase", "winerror"] } +winapi = { version = "0.3.9", features = ["consoleapi", "synchapi", "handleapi", "namedpipeapi", "winbase", "winerror"] } -- cgit v1.2.3