Snap for 7263361 from 13033bec139c3ba85c199f07e2d565e01225a8a6 to sc-v2-release

Change-Id: I720a50a85658e38cd82913d9dea39aa6cc833e8c
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 4fca0e3..1dbdbe0 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
 {
   "git": {
-    "sha1": "c234cc77ae27b92d341464a95c29aaeddc8cdd6f"
+    "sha1": "e325417f8b5515cd400a8a337b4f949aa81cd6a9"
   }
 }
diff --git a/Android.bp b/Android.bp
index 70906a6..1522f1a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,4 +30,4 @@
 }
 
 // dependent_library ["feature_list"]
-//   plotters-backend-0.2.1
+//   plotters-backend-0.3.0
diff --git a/Cargo.toml b/Cargo.toml
index b641942..91ebbb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "plotters-svg"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Hao Hou <haohou302@gmail.com>"]
 description = "Plotters SVG backend"
 homepage = "https://plotters-rs.github.io"
@@ -21,9 +21,7 @@
 license = "MIT"
 repository = "https://github.com/plotters-rs/plotters-svg.git"
 [dependencies.plotters-backend]
-version = "^0.2.*"
-
-[dev-dependencies]
+version = "^0.3.*"
 
 [features]
 debug = []
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 @@
 # 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 = []
diff --git a/METADATA b/METADATA
index 674381f..5a12bf0 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/plotters-svg/plotters-svg-0.2.0.crate"
+    value: "https://static.crates.io/crates/plotters-svg/plotters-svg-0.3.0.crate"
   }
-  version: "0.2.0"
+  version: "0.3.0"
   license_type: NOTICE
   last_upgrade_date {
-    year: 2020
-    month: 12
-    day: 21
+    year: 2021
+    month: 4
+    day: 1
   }
 }