From 1fc0371867b02127a5da63f01f03d264b382b552 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 25 Sep 2023 22:09:52 +0200 Subject: refactor: make camel cased text snake cased without regex --- macros/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b9d2e68..6f27311 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -25,7 +25,6 @@ syn = { version = "1.0.96", features = ["full"] } quote = "1.0.18" proc-macro2 = "1.0.40" uuid = { version = "0.8", features = ["v4"] } -regex = "1.6.0" once_cell = "1.13.1" thiserror = "1.0.37" proc-macro-error = "1.0.4" -- cgit v1.2.3-18-g5258