Skip to content

Commit e47ea57

Browse files
authored
feat(logger): delete old logs & avoid more dup logs (starship#4348)
* feat(logger): delete old logs & avoid more dup logs * `match` -> `let else` where possible
1 parent 908ce9e commit e47ea57

File tree

4 files changed

+341
-59
lines changed

4 files changed

+341
-59
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "ISC"
2323
readme = "README.md"
2424
repository = "https://github.com/starship/starship"
2525
# Note: MSRV is only intended as a hint, and only the latest version is officially supported in starship.
26-
rust-version = "1.64"
26+
rust-version = "1.65"
2727
description = """
2828
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
2929
"""

0 commit comments

Comments
 (0)