mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): upgrade to git-repository v0.27 (#4588)
* upgrade to git-repository v0.27 * thanks clippy
This commit is contained in:
+1
-1
@@ -635,7 +635,7 @@ fn get_remote_repository_info(
|
||||
.map(|r| r.shorten().to_string());
|
||||
let name = repository
|
||||
.branch_remote_name(branch_name)
|
||||
.map(|n| n.to_string());
|
||||
.map(|n| n.as_bstr().to_string());
|
||||
|
||||
Some(Remote { branch, name })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user