Skip to content

Commit e27fbb8

Browse files
bors[bot]a1phyr
andauthored
Merge #1612
1612: Update `web-sys` r=grovesNL a=a1phyr `wgpu` uses unstable APIs so the version has to be pinned and manually updated. No breaking changes happened in `0.3.51` so this update is easy. Co-authored-by: Benoît du Garreau <[email protected]>
2 parents 4781d9d + 8bd9e15 commit e27fbb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ test = true
135135

136136
[target.'cfg(target_arch = "wasm32")'.dependencies]
137137
wasm-bindgen = "0.2.73" # remember to change version in wiki as well
138-
web-sys = { version = "=0.3.50", features = [
138+
web-sys = { version = "=0.3.51", features = [
139139
"Document",
140140
"Navigator",
141141
"Node",

0 commit comments

Comments
 (0)