Skip to content

Commit

Permalink
Pin the web-sys dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Oct 13, 2024
1 parent 8f1339e commit 1fc6482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-wasm-examples/yolo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ yew-agent = "0.2.0"
yew = { version = "0.20.0", features = ["csr"] }

[dependencies.web-sys]
version = "0.3.70"
version = "=0.3.70"
features = [
'Blob',
'CanvasRenderingContext2d',
Expand Down

0 comments on commit 1fc6482

Please sign in to comment.