From 547e55f047d16bda995bab88d76438787a8450a6 Mon Sep 17 00:00:00 2001 From: tomotomo Date: Sun, 13 Mar 2022 06:23:24 +0900 Subject: [PATCH] docs: Specify MSRV (#3742) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f770fdf8..f67765fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +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 stablizized in Rust version 1.59 +# Note: MSRV is only intended as a hint, and only the latest version is officially supported in starship. +rust-version = "1.59" description = """ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ """