Skip to content

Commit 82e20ec

Browse files
committed
fix: pin image dependency to 0.25.10
Make the version requirement explicit to match Cargo.lock and the ExtendedColorType API used in svg.rs.
1 parent 9c0bbe7 commit 82e20ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotters-svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.3.6"
1616
path = "../plotters-backend"
1717

1818
[dependencies.image]
19-
version = "0.25.9"
19+
version = "0.25.10"
2020
optional = true
2121
default-features = false
2222
features = ["jpeg", "png", "bmp"]

0 commit comments

Comments
 (0)