summaryrefslogtreecommitdiffstats
path: root/vendor/syn/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/syn/Cargo.toml')
-rw-r--r--vendor/syn/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/syn/Cargo.toml b/vendor/syn/Cargo.toml
index 7b1412593..c2a36013e 100644
--- a/vendor/syn/Cargo.toml
+++ b/vendor/syn/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.31"
name = "syn"
-version = "1.0.102"
+version = "1.0.107"
authors = ["David Tolnay <dtolnay@gmail.com>"]
include = [
"/benches/**",
@@ -56,6 +56,9 @@ features = [
"extra-traits",
]
+[lib]
+doc-scrape-examples = false
+
[[bench]]
name = "rust"
harness = false