Depend on version 0.2 of asio-sys

This commit is contained in:
est31 2020-07-23 00:55:40 +02:00
parent 0b185514b8
commit 42ee11affc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ringbuf = "0.1.6"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["audiosessiontypes", "audioclient", "coml2api", "combaseapi", "debug", "devpkey", "handleapi", "ksmedia", "mmdeviceapi", "objbase", "profileapi", "std", "synchapi", "winbase", "winuser"] }
asio-sys = { version = "0.1", path = "asio-sys", optional = true }
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
num-traits = { version = "0.2.6", optional = true }
parking_lot = "0.9"
lazy_static = "1.3"