Skip to content

Commit e69e1c4

Browse files
committed
Bump windows crate to 0.34
1 parent 07ea454 commit e69e1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasapi"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2018"
55
authors = ["HEnquist <henrik.enquist@gmail.com>"]
66
description = "Bindings for the Wasapi API on Windows"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies.windows]
15-
version = "0.33.0"
15+
version = "0.34.0"
1616
features = ["Foundation",
1717
"implement",
1818
"Win32_Media_Audio",

0 commit comments

Comments
 (0)