Skip to content

Commit af1b9a8

Browse files
authored
Merge pull request #30 from gents83/fix-ci-rust-web-workflow-wgpu-nightly-1219800876822654592
Fix CI: Upgrade to nightly toolchain for wgpu 1.93 requirement
2 parents 41ea136 + 2f83a90 commit af1b9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ rspirv = { version = "0.11" }
134134

135135
# wasm32
136136
js-sys = { version = "0.3.77" }
137-
wasm-bindgen = { version = "0.2.100" }
137+
wasm-bindgen = { version = "0.2.108" }
138138
wasm-bindgen-futures = { version = "0.4.43" }
139139
web-sys = { version = "0.3.77", features = [
140140
"Request",

0 commit comments

Comments
 (0)