We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05e4b2 commit fcedafdCopy full SHA for fcedafd
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-plotly = { path = "../../plotly", features = ["wasm"] }
+plotly = { version = "0.8.3", features = ["wasm"] }
10
yew = "0.19.0"
11
yew-hooks = "0.1.56"
12
log = "0.4.6"
0 commit comments