From 3afa8d48f8d6e3d98f8beea7007ad26eef5a25ec Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:59:57 +0100 Subject: [PATCH] Update proc-macro-crate (#2394) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b888ecfc..4302fe5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ objc = "0.2.5" once_cell = "1.17" parking_lot = "0.12" proc-macro2 = "1.0" -proc-macro-crate = "1.2" +proc-macro-crate = "2.0" quote = "1.0" raw-window-handle = "0.6" regex = "1.8"