Skip to content

Commit 6be62cf

Browse files
committed
Specify required rust version
1 parent e69e1c4 commit 6be62cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "wasapi"
33
version = "0.12.0"
4-
edition = "2018"
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"

0 commit comments

Comments
 (0)