From a84e94e6f2ed40aae4a8a2a1bc119eb079252c96 Mon Sep 17 00:00:00 2001 From: Luis Carlos Date: Mon, 8 Sep 2025 11:30:38 -0400 Subject: [PATCH] Specify macro crate version for publishing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a41f93..3233cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ native-tls = "0.2" postgres-native-tls = "0.5" # Procedural macros para #[derive(Entity)] -rquery-orm-macros = { path = "./rquery-orm-macros" } +rquery-orm-macros = { version = "0.1.0", path = "./rquery-orm-macros" } [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] }