Skip to content

Commit ce009f8

Browse files
committed
Update dependencies
1 parent f16d8a9 commit ce009f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/plotters-rs/plotters-cairo"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
cairo-rs = { version = "0.15.1", default-features = false }
13+
cairo-rs = { version = "0.15.11", default-features = false }
1414

1515
[dependencies.plotters-backend]
1616
git = "https://github.com/plotters-rs/plotters.git"
@@ -20,5 +20,4 @@ cairo-rs = { version = "0.15.1", features = ["ps"], default-features = false }
2020

2121
[dev-dependencies.plotters]
2222
default_features = false
23-
git = "https://github.com/plotters-rs/plotters"
24-
# version = "0.3.1"
23+
git = "https://github.com/plotters-rs/plotters.git"

0 commit comments

Comments
 (0)