Depend on version 0.2 of asio-sys
This commit is contained in:
parent
0b185514b8
commit
42ee11affc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue