Skip to content

Commit 2e3702a

Browse files
committed
Proposal to use git-master dependencies for collaboration, testing, and CI
1 parent 111fce5 commit 2e3702a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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"
15+
branch = "master"
16+
git = "https://github.com/plotters-rs/plotters-backend"
17+
# version = "0.3.1"
1618

1719
[dependencies]
1820
js-sys= "0.3.32"
@@ -23,5 +25,10 @@ version = "0.3.32"
2325
features = ['Document', 'DomRect', 'Element', 'HtmlElement', 'Node', 'Window', 'HtmlCanvasElement', 'CanvasRenderingContext2d']
2426

2527
[dev-dependencies]
26-
plotters = "^0.3.0"
2728
wasm-bindgen-test = "^0.3.17"
29+
30+
[dev-dependencies.plotters]
31+
branch = "master"
32+
default_features = false
33+
git = "https://github.com/plotters-rs/plotters"
34+
# version = "0.3.1"

0 commit comments

Comments
 (0)