From 8dcf71e9d0f19c48562ab2d2115c8ea60b7729b4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 1 Apr 2021 16:47:18 -0700 Subject: Upgrade rust/crates/plotters-backend to 0.3.0 Test: make Change-Id: I7f5dae13bd90e9ee6962fe92a44a551e4dd2cd99 --- .cargo_vcs_info.json | 2 +- Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) 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 "] 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 "] edition = "2018" license = "MIT" diff --git a/METADATA b/METADATA index bfdc9da..080b3f4 100644 --- a/METADATA +++ b/METADATA @@ -7,13 +7,13 @@ third_party { } 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 } } -- cgit v1.2.3