mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: handle recent dependency updates & fix clippy warnings (#6773)
* build(deps): update rust crate schemars to 0.9.0 * chore: handle schemars update * build(deps): update rust crate nix to 0.30.1 * chore(os): handle os-info update * chore: handle clippy warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,6 +48,7 @@ Fedora = ""
|
||||
Alpine = ""
|
||||
Amazon = ""
|
||||
Android = ""
|
||||
AOSC = ""
|
||||
Arch = ""
|
||||
Artix = ""
|
||||
CentOS = ""
|
||||
|
||||
@@ -61,6 +61,7 @@ Fedora = ""
|
||||
Alpine = ""
|
||||
Amazon = ""
|
||||
Android = ""
|
||||
AOSC = ""
|
||||
Arch = ""
|
||||
Artix = ""
|
||||
EndeavourOS = ""
|
||||
|
||||
@@ -109,6 +109,7 @@ Alpine = " "
|
||||
AlmaLinux = " "
|
||||
Amazon = " "
|
||||
Android = " "
|
||||
AOSC = " "
|
||||
Arch = " "
|
||||
Artix = " "
|
||||
CachyOS = " "
|
||||
|
||||
@@ -146,6 +146,7 @@ AlmaLinux = "alma "
|
||||
Alpine = "alp "
|
||||
Amazon = "amz "
|
||||
Android = "andr "
|
||||
AOSC = "aosc "
|
||||
Arch = "rch "
|
||||
Artix = "atx "
|
||||
Bluefin = "blfn "
|
||||
|
||||
Reference in New Issue
Block a user