diff --git a/crates/server-actor/src/lib.rs b/crates/server-actor/src/lib.rs index 9355927..7c9d350 100644 --- a/crates/server-actor/src/lib.rs +++ b/crates/server-actor/src/lib.rs @@ -13,8 +13,7 @@ use std::path::PathBuf; use tracing::{error, info, warn}; use webhook::{AddWebhookRecipient, ShutdownWebhook, WebhookActor, WebhookRouter}; -pub use git::repository::{real as repository_factory, RepositoryFactory}; -use git_next_git as git; +pub use git_next_git::repository::{real as repository_factory, RepositoryFactory}; message!(ReceiveServerConfig: ServerConfig: "Notification of newly loaded server configuration.