aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
parent69b99531aae988863d98e52cfbc0684e83437cdc (diff)
downloadpaste-53b22487b306fb3c621fbd0f5a55d88645368aa2.tar.gz
Upgrade rust/crates/paste to 0.1.12
Test: None Change-Id: I574310633ac689745985b82d7ed3f3cceeee22f5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3f415c..3b7b5ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "0.1.11"
+version = "0.1.12"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macros for all your token pasting needs"
readme = "README.md"
@@ -22,7 +22,7 @@ repository = "https://github.com/dtolnay/paste"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.paste-impl]
-version = "=0.1.11"
+version = "=0.1.12"
[dependencies.proc-macro-hack]
version = "0.5.9"
@@ -31,5 +31,3 @@ version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"
-[badges.travis-ci]
-repository = "dtolnay/paste"