From f352dc25d251ae9c5bdff73c28f43d4af58d7b5d Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Tue, 31 Oct 2023 01:48:25 +0100 Subject: [PATCH] Why does this break CI? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42cffc6c1e..3af0f57ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ once_cell = "1.17" nalgebra = "0.32" 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.5" regex = "1.8"