Skip to content

Commit 9b1d26a

Browse files
committed
Update the dependency for plotters-backend to 0.3.3
1 parent f4ac62f commit 9b1d26a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-
version = "0.3.2"
18+
version = "0.3.3"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
2121
version = "0.24.2"

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-
version = "0.3.2"
15+
version = "0.3.3"
1616

1717
[features]
1818
debug = []

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-traits = "0.2.14"
1717
chrono = { version = "0.4.19", optional = true }
1818

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

2222
[dependencies.plotters-bitmap]
2323
default_features = false

0 commit comments

Comments
 (0)