diff --git a/crates/binstalk-registry/src/git_registry.rs b/crates/binstalk-registry/src/git_registry.rs index b707b602..c61ef25d 100644 --- a/crates/binstalk-registry/src/git_registry.rs +++ b/crates/binstalk-registry/src/git_registry.rs @@ -73,7 +73,7 @@ impl GitRegistry { })) } - pub fn url(&self) -> impl Display + '_ { + pub fn url(&self) -> &GitUrl { &self.0.url }