Skip to content

Commit fcedafd

Browse files
committed
corrected path
1 parent e05e4b2 commit fcedafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
plotly = { path = "../../plotly", features = ["wasm"] }
9+
plotly = { version = "0.8.3", features = ["wasm"] }
1010
yew = "0.19.0"
1111
yew-hooks = "0.1.56"
1212
log = "0.4.6"

0 commit comments

Comments
 (0)