mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
chore: Bump MSRV in Cargo.toml (#4032)
Bumping the MSRV to 1.60 due to our dependency on git2
This commit is contained in:
parent
fdca6fc95d
commit
89b12cef01
@ -21,9 +21,9 @@ keywords = ["prompt", "shell", "bash", "fish", "zsh"]
|
||||
license = "ISC"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/starship/starship"
|
||||
# MSRV is specified to use std::thread::availabe_parallelism, which was stabilized in Rust version 1.59
|
||||
# MSRV is specified due to our dependency in git2
|
||||
# Note: MSRV is only intended as a hint, and only the latest version is officially supported in starship.
|
||||
rust-version = "1.59"
|
||||
rust-version = "1.60"
|
||||
description = """
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user