From 4387f28bea6d79da28d52267603171f40771ae12 Mon Sep 17 00:00:00 2001 From: Sweattypalms Date: Sun, 5 Jan 2025 14:27:23 +0900 Subject: [PATCH] crazy work honestly --- src/lib/derive_macros/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/derive_macros/Cargo.toml b/src/lib/derive_macros/Cargo.toml index 3a9a7de6..84ae607e 100644 --- a/src/lib/derive_macros/Cargo.toml +++ b/src/lib/derive_macros/Cargo.toml @@ -14,8 +14,7 @@ proc-macro = true colored = { workspace = true } quote = { workspace = true } syn = { workspace = true, features = ["full"] } -thiserror = { workspace = true } proc-macro2 = { workspace = true } proc-macro-crate = { workspace = true } serde_json = { workspace = true } -regex = "1.11.1" \ No newline at end of file +regex = { workspace = true } \ No newline at end of file