aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 13:14:06 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-26 13:14:06 -0700
commit44526bd183933881e036ccf1f2c8751a0a56c406 (patch)
treec65f0c49ad462a62aff46c4f7d200cdd1423c384 /Cargo.toml
parentc6ca8f74f323c74aa90729d37e00babda3131f8c (diff)
downloadpaste-44526bd183933881e036ccf1f2c8751a0a56c406.tar.gz
Upgrade rust/crates/paste to 1.0.2
Test: make Change-Id: I31f10999f2ea0443268237a7b5509752ab4fc39b
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c86fc87..86c30d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "1.0.1"
+version = "1.0.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macros for all your token pasting needs"
readme = "README.md"