Skip to content

Commit aa83ab3

Browse files
authored
Merge pull request #12 from HEnquist/win0.34
Bump windows crate to 0.34
2 parents 07ea454 + 6be62cf commit aa83ab3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "wasapi"
3-
version = "0.11.0"
4-
edition = "2018"
3+
version = "0.12.0"
4+
edition = "2021"
5+
rust-version = "1.59"
56
authors = ["HEnquist <henrik.enquist@gmail.com>"]
67
description = "Bindings for the Wasapi API on Windows"
78
license = "MIT"
@@ -12,7 +13,7 @@ readme = "README.md"
1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

1415
[dependencies.windows]
15-
version = "0.33.0"
16+
version = "0.34.0"
1617
features = ["Foundation",
1718
"implement",
1819
"Win32_Media_Audio",

0 commit comments

Comments
 (0)