From 55a0e9e960a4326bfa3435752b4cb4e9231fa423 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 15 Oct 2024 13:45:03 +0800 Subject: [PATCH] chore(Cargo.toml): relax `quote` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f99dcf36..7e684c2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,6 +113,7 @@ napi-derive = "3.0.0-alpha.11" # Relaxed version so the user can decide which version to use. proc-macro2 = "1" +quote = "1" syn = { version = "2", default-features = false } unicode-id-start = "1" @@ -170,7 +171,6 @@ phf = "0.11.2" pico-args = "0.5.0" prettyplease = "0.2.22" project-root = "0.2.2" -quote = "1.0.37" rayon = "1.10.0" regex = "1.11.0" ropey = "1.6.1"