From 89b12cef017b1b9ccf4f9093ee6bf68b4c5fa10d Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Sat, 28 May 2022 22:09:13 +0200 Subject: chore: Bump MSRV in Cargo.toml (#4032) Bumping the MSRV to 1.60 due to our dependency on git2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4164a092..b476cb5ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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! ☄🌌️ """ -- cgit v1.2.3