diff --git a/trifid-api/Cargo.toml b/trifid-api/Cargo.toml index 33983a8..91d9088 100644 --- a/trifid-api/Cargo.toml +++ b/trifid-api/Cargo.toml @@ -26,8 +26,8 @@ log = "0.4" # Logging simple_logger = "4" # Logging sea-orm = { version = "0.12", features = [ "sqlx-postgres", "runtime-actix-rustls", "macros" ]} # Database -trifid_api_migration = { version = "0.1.0", path = "trifid_api_migration" } # Database -trifid_api_entities = { version = "0.1.0", path = "trifid_api_entities" } # Database +trifid_api_migration = { version = "0.1", path = "trifid_api_migration" } # Database +trifid_api_entities = { version = "0.1", path = "trifid_api_entities" } # Database rand = "0.8" # Misc. hex = "0.4" # Misc.