Skip to content

Commit 2517c28

Browse files
committed
fix: remove constraint on windows-core version in Cargo.toml
1 parent 04c8eaa commit 2517c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ windows = { version = ">=0.61, <=0.62", features = [
6060
] }
6161
# Explicitly depend on windows-core for use with the `windows::core::implement` macro.
6262
# Ensure this is the same version as the `windows` dependency.
63-
windows-core = { version = ">0.58, <=0.62" }
63+
windows-core = "*"
6464
audio_thread_priority = { version = "0.34.0", optional = true }
6565
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
6666
num-traits = { version = "0.2.6", optional = true }

0 commit comments

Comments
 (0)