aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-04 15:36:08 -0700
committerHaibo Huang <hhb@google.com>2020-05-04 15:36:08 -0700
commit53b22487b306fb3c621fbd0f5a55d88645368aa2 (patch)
tree0e261565826bb61cb1ef0eed15f55408404989ce /Cargo.toml.orig
parent69b99531aae988863d98e52cfbc0684e83437cdc (diff)
downloadpaste-53b22487b306fb3c621fbd0f5a55d88645368aa2.tar.gz
Upgrade rust/crates/paste to 0.1.12
Test: None Change-Id: I574310633ac689745985b82d7ed3f3cceeee22f5
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 285cd55..a790489 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.11"
+version = "0.1.12"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -8,11 +8,8 @@ description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
readme = "README.md"
-[badges]
-travis-ci = { repository = "dtolnay/paste" }
-
[dependencies]
-paste-impl = { version = "=0.1.11", path = "impl" }
+paste-impl = { version = "=0.1.12", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]