aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-06 13:57:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-06 13:57:54 +0000
commit57d683fde6fcc346347e5ac1f4b24e150d852a6a (patch)
tree357909034922a987ba274a913e1841b749583422
parentcf9ad25239192130834f96f6f021bc363b0f5095 (diff)
parent1ba1f90ba5ed2a51c41b6e5f5a0887d5b59a8e40 (diff)
downloadplotters-svg-57d683fde6fcc346347e5ac1f4b24e150d852a6a.tar.gz
Upgrade rust/crates/plotters-svg to 0.3.0 am: fdf397d529 am: 1ba1f90ba5
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/plotters-svg/+/1662804 Change-Id: I9af53a6a65d3accb0cf97ee505a64b28c959b68f
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml6
-rw-r--r--Cargo.toml.orig7
-rw-r--r--METADATA10
5 files changed, 11 insertions, 16 deletions
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 @@ rust_library {
}
// 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 @@ readme = "README.md"
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 @@ 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 = []
diff --git a/METADATA b/METADATA
index 674381f..5a12bf0 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@ third_party {
}
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
}
}