Skip to content

Commit 8aeeba2

Browse files
committed
Add version numbers to all local crates
1 parent 73663bf commit 8aeeba2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ readme = "README.md"
1515
gif = { version = "0.12.0", optional = true }
1616

1717
[dependencies.plotters-backend]
18+
version = "0.3.5"
1819
path = "../plotters-backend"
1920

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

plotters-svg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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.5"
1516
path = "../plotters-backend"
1617

1718
[dependencies.image]

plotters/Cargo.toml

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

1919
[dependencies.plotters-backend]
20+
version = "0.3.5"
2021
path = "../plotters-backend"
21-
version = "0.3"
2222

2323
[dependencies.plotters-bitmap]
24+
version = "0.3.3"
2425
default_features = false
2526
optional = true
2627
path = "../plotters-bitmap"
27-
version = "0.3"
2828

2929
[dependencies.plotters-svg]
30-
version = "0.3"
30+
version = "0.3.5"
3131
optional = true
3232
path = "../plotters-svg"
3333

0 commit comments

Comments
 (0)