Upgrade rust/crates/plotters-backend to 0.3.0 am: 8dcf71e9d0 am: 06f4925bc4 am: d665635852 am: f3aff18d62 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/plotters-backend/+/1662598 Change-Id: I5078c8370d7c0d5479f0fab0bc5f98e336ae6f61
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index ac3edff..4b0f3cd 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@ { "git": { - "sha1": "f18b6658db651d8b4be26f12edffb80186c4da83" + "sha1": "c6b06516c13c2ab01854908bab6e59c004725353" } }
diff --git a/Cargo.toml b/Cargo.toml index 0cdc7e3..e511ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -13,7 +13,7 @@ [package] edition = "2018" name = "plotters-backend" -version = "0.2.1" +version = "0.3.0" authors = ["Hao Hou <[email protected]>"] description = "Plotters Backend API" homepage = "https://plotters-rs.github.io"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 58c12be..b2f0750 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@ [package] name = "plotters-backend" -version = "0.2.1" +version = "0.3.0" authors = ["Hao Hou <[email protected]>"] edition = "2018" license = "MIT"
diff --git a/METADATA b/METADATA index bfdc9da..080b3f4 100644 --- a/METADATA +++ b/METADATA
@@ -7,13 +7,13 @@ } url { type: ARCHIVE - value: "https://static.crates.io/crates/plotters-backend/plotters-backend-0.2.1.crate" + value: "https://static.crates.io/crates/plotters-backend/plotters-backend-0.3.0.crate" } - version: "0.2.1" + version: "0.3.0" license_type: NOTICE last_upgrade_date { - year: 2020 - month: 12 - day: 21 + year: 2021 + month: 4 + day: 1 } }