From ff55eb98e9d256360a05c602f214988720003fde Mon Sep 17 00:00:00 2001 From: Juliette Cordor Date: Wed, 11 Dec 2024 11:38:42 +1100 Subject: [PATCH] bump quork proc version --- quork-proc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quork-proc/Cargo.toml b/quork-proc/Cargo.toml index 4ec86e1..d9da115 100644 --- a/quork-proc/Cargo.toml +++ b/quork-proc/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/jewlexx/quork.git" license = "MIT" name = "quork-proc" repository = "https://github.com/jewlexx/quork.git" -version = "0.4.0" +version = "0.4.1" [lib] proc-macro = true