diff options
author | Arnau Orriols <arnauorriolsmiro@gmail.com> | 2022-09-07 08:53:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 12:23:56 +0530 |
commit | 8bdc3c2bafa9bdfcd6bfaf94b97b960843908ae9 (patch) | |
tree | a0019bf3f8432200583dc74093157374605bba7d /test_util | |
parent | 5819fef2d53b4e2db6060edb8501a5af73235098 (diff) |
feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |