We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f7a63 commit a046844Copy full SHA for a046844
1 file changed
Cargo.toml
@@ -6,5 +6,7 @@ edition = "2018"
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
-[dependencies]
10
-plotters-backend = "^0.0.*"
+[dependencies.plotters-backend]
+branch = "master"
11
+git = "https://github.com/plotters-rs/plotters-backend"
12
+# version = "0.3.1"
0 commit comments