chore: Bump MSRV in Cargo.toml (#4032)

Bumping the MSRV to 1.60 due to our dependency on git2
This commit is contained in:
Thomas O'Donnell 2022-05-28 22:09:13 +02:00 committed by GitHub
parent fdca6fc95d
commit 89b12cef01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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! 🌌
"""