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"] }