summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-06-06 02:27:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-06 02:27:15 +0000
commit87d753e44e655e276a370a6d79cc78a290fc26c0 (patch)
treee4dd81b6ff2ba72cf2894f3abe575585cde62a4f
parent0fe7764608a031b4d1564ab2c3c539fe4bd74b2d (diff)
parented9320955c6e21ebc6ea8ce43ba9720a01c032c7 (diff)
downloadpaste-impl-87d753e44e655e276a370a6d79cc78a290fc26c0.tar.gz
Merge "Upgrade rust/crates/paste-impl to 0.1.16"
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Cargo.toml2
-rw-r--r--Cargo.toml.orig2
-rw-r--r--METADATA6
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 <dtolnay@gmail.com>"]
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 <dtolnay@gmail.com>"]
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
}
}