summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7db4fa53..4672c754 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -23,8 +23,8 @@ palette.optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant.workspace = true
-[target.'cfg(windows)'.dependencies.raw-window-handle]
-version = "0.5.2"
+[target.'cfg(windows)'.dependencies]
+raw-window-handle.workspace = true
[dev-dependencies]
approx = "0.5"