We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ea454 commit e69e1c4Copy full SHA for e69e1c4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wasapi"
3
-version = "0.11.0"
+version = "0.12.0"
4
edition = "2018"
5
authors = ["HEnquist <henrik.enquist@gmail.com>"]
6
description = "Bindings for the Wasapi API on Windows"
@@ -12,7 +12,7 @@ readme = "README.md"
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies.windows]
15
-version = "0.33.0"
+version = "0.34.0"
16
features = ["Foundation",
17
"implement",
18
"Win32_Media_Audio",
0 commit comments