Skip to content

Commit a046844

Browse files
committed
Proposal to use git-master dependencies for testing, QA, and CI
1 parent 49f7a63 commit a046844

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ edition = "2018"
66

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

9-
[dependencies]
10-
plotters-backend = "^0.0.*"
9+
[dependencies.plotters-backend]
10+
branch = "master"
11+
git = "https://github.com/plotters-rs/plotters-backend"
12+
# version = "0.3.1"

0 commit comments

Comments
 (0)