Skip to content

Commit 2dd71f8

Browse files
committed
Update the dependency for next minor release
1 parent 10367ec commit 2dd71f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
gif = { version = "0.11.2", optional = true }
1616

1717
[dependencies.plotters-backend]
18-
path = "../plotters-backend"
18+
version = "0.3.2"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
2121
version = "0.24.2"
@@ -31,7 +31,7 @@ gif_backend = ["gif", "image_encoder"]
3131
[dev-dependencies.plotters]
3232
default_features = false
3333
features = ["ttf", "line_series", "bitmap_backend"]
34-
path = "../plotters"
34+
version = "0.3.2"
3535

3636
[dev-dependencies]
3737
criterion = "0.3.4"

plotters-svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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-
path = "../plotters-backend"
15+
version = "0.3.2"
1616

1717
[features]
1818
debug = []

plotters/Cargo.toml

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

1919
[dependencies.plotters-backend]
20-
path = "../plotters-backend"
20+
version = "0.3.2"
2121

2222
[dependencies.plotters-bitmap]
2323
default_features = false
24-
path = "../plotters-bitmap"
24+
version = "0.3.2"
2525
optional = true
2626

2727
[dependencies.plotters-svg]
28-
path = "../plotters-svg"
28+
version = "0.3.2"
2929
optional = true
3030

3131
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]

0 commit comments

Comments
 (0)