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.
2 parents 07ea454 + 6be62cf commit aa83ab3Copy full SHA for aa83ab3
Cargo.toml
@@ -1,7 +1,8 @@
1
[package]
2
name = "wasapi"
3
-version = "0.11.0"
4
-edition = "2018"
+version = "0.12.0"
+edition = "2021"
5
+rust-version = "1.59"
6
authors = ["HEnquist <henrik.enquist@gmail.com>"]
7
description = "Bindings for the Wasapi API on Windows"
8
license = "MIT"
@@ -12,7 +13,7 @@ readme = "README.md"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies.windows]
-version = "0.33.0"
16
+version = "0.34.0"
17
features = ["Foundation",
18
"implement",
19
"Win32_Media_Audio",
0 commit comments