Skip to content

Commit b1dc7a9

Browse files
committed
Update the dependecies
1 parent aadeacf commit b1dc7a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

plotters/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ num-traits = "0.2.14"
1717
chrono = { version = "0.4.20", optional = true }
1818

1919
[dependencies.plotters-backend]
20-
path = "../plotters-backend"
20+
#path = "../plotters-backend"
21+
version = "0.3"
2122

2223
[dependencies.plotters-bitmap]
2324
default_features = false
2425
optional = true
25-
path = "../plotters-bitmap"
26+
#path = "../plotters-bitmap"
27+
version = "0.3"
2628

2729
[dependencies.plotters-svg]
2830
version = "^0.3"
2931
optional = true
30-
path = "../plotters-svg"
32+
#path = "../plotters-svg"
3133

3234
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
3335
ttf-parser = { version = "0.15.0", optional = true }

0 commit comments

Comments
 (0)