aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-15 11:55:13 -0700
committerHaibo Huang <hhb@google.com>2020-09-15 11:55:13 -0700
commitf16e575bae848ef0046c00e4b9a5cc21771cf337 (patch)
treed0ffc3e4bbc5b66ebb1b1a89bc43944f49dc7439 /Cargo.toml.orig
parent8fcb2ec44fef7089468d8199c529b6c2655b3de6 (diff)
downloadpaste-f16e575bae848ef0046c00e4b9a5cc21771cf337.tar.gz
Upgrade rust/crates/paste to 1.0.1
Test: make Change-Id: I630a5d0bb2d7dfa2bf21d03a74bc2ab52f47e8bd
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 216c2f5..5365865 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,11 +1,12 @@
[package]
name = "paste"
-version = "1.0.0"
+version = "1.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
+categories = ["no-std"]
readme = "README.md"
[lib]