aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index e563c52..1da099c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "plotters-svg"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
@@ -12,10 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-plotters-backend = "^0.2.*"
-
-[dev-dependencies]
-plotters = {path = "../plotters", default_features = false}
+plotters-backend = "^0.3.*"
[features]
debug = []