Skip to content

Commit 2215a50

Browse files
committed
fix wasm
1 parent e7ce8f5 commit 2215a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wasm-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type=["cdylib"]
99

1010
[dependencies]
1111
plotters = {path = "../.."}
12-
plotters-canvas = "0.1.*"
12+
plotters-canvas = "^0.3.*"
1313
wasm-bindgen = "0.2.62"
1414
wee_alloc = "0.4.5"
1515
web-sys = { version = "0.3.39", features = ["HtmlCanvasElement"] }

0 commit comments

Comments
 (0)