From ed9320955c6e21ebc6ea8ce43ba9720a01c032c7 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Wed, 3 Jun 2020 01:41:53 -0700 Subject: Upgrade rust/crates/paste-impl to 0.1.16 Change-Id: I71d64ef3aabc4bd4ab4cef461ef1ea69137c7dda --- .cargo_vcs_info.json | 2 +- Cargo.toml | 2 +- Cargo.toml.orig | 2 +- METADATA | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json index 40fcd29..6492333 100644 --- a/.cargo_vcs_info.json +++ b/.cargo_vcs_info.json @@ -1,5 +1,5 @@ { "git": { - "sha1": "b5ce9a40b201ffe985e13260f6b0fa9ef5330fd7" + "sha1": "6091cbe972d57a2a706b71da3aca82c64150ef69" } } diff --git a/Cargo.toml b/Cargo.toml index 92a7a9a..fa93a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ [package] edition = "2018" name = "paste-impl" -version = "0.1.15" +version = "0.1.16" authors = ["David Tolnay "] description = "Implementation detail of the `paste` crate" license = "MIT OR Apache-2.0" diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 72a12ad..1bc8a57 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "paste-impl" -version = "0.1.15" +version = "0.1.16" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/METADATA b/METADATA index 4cb5af3..ca77c1d 100644 --- a/METADATA +++ b/METADATA @@ -9,11 +9,11 @@ third_party { type: GIT value: "https://github.com/dtolnay/paste" } - version: "0.1.15" + version: "0.1.16" license_type: NOTICE last_upgrade_date { year: 2020 - month: 5 - day: 29 + month: 6 + day: 3 } } -- cgit v1.2.3