Skip to content

Commit 35d5c71

Browse files
committed
Downgrade
1 parent 247eaa7 commit 35d5c71

2 files changed

Lines changed: 51 additions & 35 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,14 @@ crossbeam-channel = "0.5.15"
120120
ordered-channel = { version = "1.2.0", features = ["crossbeam-channel"] }
121121
fearless_simd = { version = "0.4.0", default-features = false }
122122

123-
# wasm-bindgen family of crates
124-
js-sys = "0.3.98"
123+
# Unlike the other crates, please do not update these before a release
124+
# unless absolutely necessary.
125+
js-sys = "0.3.91"
125126
# If updating, also update in .github/workflows/web-demo.yml.
126-
wasm-bindgen = "=0.2.121"
127-
wasm-bindgen-futures = "0.4.71"
128-
wasm-bindgen-test = "0.3.71"
129-
web-sys = "0.3.98"
127+
wasm-bindgen = "0.2.114"
128+
wasm-bindgen-futures = "0.4.64"
129+
wasm-bindgen-test = "0.3.64"
130+
web-sys = "0.3.91"
130131

131132
# The below crates are experimental!
132133
vello_common = { version = "0.0.9", path = "sparse_strips/vello_common", default-features = false }

0 commit comments

Comments
 (0)