Skip to content

Commit 85f61d1

Browse files
committed
Merge branch 'next-release-devel' of ssh://github.com/38/plotters into next-release-devel
2 parents a884f12 + e2a9920 commit 85f61d1

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
@@ -34,7 +34,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
3434
path = "../plotters"
3535

3636
[dev-dependencies]
37-
criterion = "0.3.4"
37+
criterion = "0.3.6"
3838
rayon = "1.5.1"
3939

4040
[[bench]]

plotters-svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT"
77
description = "Plotters SVG backend"
88
homepage = "https://plotters-rs.github.io"
9-
repository = "https://github.com/plotters-rs/plotters-svg.git"
9+
repository = "https://github.com/plotters-rs/plotters.git"
1010
readme = "README.md"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi
104104

105105
[dev-dependencies]
106106
itertools = "0.10.0"
107-
criterion = "0.3.4"
107+
criterion = "0.3.6"
108108
rayon = "1.5.1"
109109
serde_json = "1.0.82"
110110
serde = "1.0.138"

0 commit comments

Comments
 (0)