No more once_cell
Fix system audio check that didn't work because the API returns ()
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -6,17 +6,10 @@ version = 3
|
||||
name = "auto_mute_tool"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"widestring",
|
||||
"windows",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.51"
|
||||
|
||||
Reference in New Issue
Block a user