Skip to content

Commit

Permalink
docs: Specify MSRV (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomocrafter committed Mar 12, 2022
1 parent 16f62d7 commit 547e55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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! 鈽勷煂岋笍
"""
Expand Down

0 comments on commit 547e55f

Please sign in to comment.