aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-07-19 12:08:31 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-07-19 12:12:18 -0700
commit8a3353e5e7f50f49487bf34ff483577795ad6e3d (patch)
tree179a3977516e86d2e3747fa2f55240e042b1baff /Cargo.toml
parent0102a43e6cc9b458bbcd6805e0723bd58b4be3b7 (diff)
downloadquote-8a3353e5e7f50f49487bf34ff483577795ad6e3d.tar.gz
Update to 2018 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 099f276..2e473bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ keywords = ["syn"]
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
+edition = "2018"
publish = false # contains breaking changes
[lib]