aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-08-17 19:53:55 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-08-17 19:57:26 -0700
commit727436c6c137b20f0f34dde5d8fda2679b9747ad (patch)
tree12a81f89ad133ee43d7524106d5335bb659b6fc5 /Cargo.toml
parent53f65a5e5eadb8ac2cbae9fd09a31724352447e4 (diff)
downloadquote-727436c6c137b20f0f34dde5d8fda2679b9747ad.tar.gz
Release 1.0.2
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 8817e0c..c052022 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quote"
-version = "1.0.1" # don't forget to update html_root_url, version in readme for breaking changes
+version = "1.0.2" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Quasi-quoting macro quote!(...)"