Skip to content

Commit 8a27fab

Browse files
authored
Fix raw-window-handle dependency being too lenient (#7526)
1 parent 936aa4d commit 8a27fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ png = "0.17.16"
138138
pollster = "0.4"
139139
portable-atomic = "1"
140140
profiling = { version = "1", default-features = false }
141-
raw-window-handle = { version = "0.6", default-features = false }
141+
raw-window-handle = { version = "0.6.2", default-features = false }
142142
rayon = "1"
143143
renderdoc-sys = "1.1.0"
144144
ron = "0.9"

0 commit comments

Comments
 (0)