Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 627ea2d

Browse files
committed
bump to 0.3
1 parent 04d7b24 commit 627ea2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters-bitmap"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -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]
15-
plotters-backend = "0.2.*"
15+
plotters-backend = "0.3.*"
1616
gif = { version = "0.10.3", optional = true }
1717

1818
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]

0 commit comments

Comments
 (0)