Skip to content

Commit f7bea41

Browse files
authored
Update Cargo.toml
1 parent cd946c8 commit f7bea41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies.plotters-backend]
15-
git = "https://github.com/plotters-rs/plotters-backend"
16-
# version = "0.3.1"
15+
git = "https://github.com/plotters-rs/plotters"
1716

1817
[dependencies]
1918
js-sys= "0.3.32"
@@ -29,4 +28,3 @@ wasm-bindgen-test = "^0.3.17"
2928
[dev-dependencies.plotters]
3029
default_features = false
3130
git = "https://github.com/plotters-rs/plotters"
32-
# version = "0.3.1"

0 commit comments

Comments
 (0)