diff options
Diffstat (limited to 'vendor/quote/Cargo.toml')
-rw-r--r-- | vendor/quote/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/quote/Cargo.toml b/vendor/quote/Cargo.toml index 2899cb1bb..4dbf7abee 100644 --- a/vendor/quote/Cargo.toml +++ b/vendor/quote/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.56" name = "quote" -version = "1.0.32" +version = "1.0.33" authors = ["David Tolnay <dtolnay@gmail.com>"] autobenches = false description = "Quasi-quoting macro quote!(...)" |