From 2e00214b3efbdfeefaa0fe9e8b8fd519de7adc35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:50 +0200 Subject: Merging upstream version 1.69.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/quote/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vendor/quote/Cargo.toml') diff --git a/vendor/quote/Cargo.toml b/vendor/quote/Cargo.toml index b2abe6612..4d6b32670 100644 --- a/vendor/quote/Cargo.toml +++ b/vendor/quote/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.31" name = "quote" -version = "1.0.21" +version = "1.0.23" authors = ["David Tolnay "] autobenches = false description = "Quasi-quoting macro quote!(...)" @@ -30,6 +30,9 @@ repository = "https://github.com/dtolnay/quote" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] +[lib] +doc-scrape-examples = false + [dependencies.proc-macro2] version = "1.0.40" default-features = false @@ -38,7 +41,7 @@ default-features = false version = "1.0" [dev-dependencies.trybuild] -version = "1.0.52" +version = "1.0.66" features = ["diff"] [features] -- cgit v1.2.3