mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
chore: fix typo in Cargo.toml (#3989)
This commit is contained in:
parent
4e9ceb0e09
commit
cca714a7f9
@ -21,7 +21,7 @@ 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
|
||||
# MSRV is specified to use std::thread::availabe_parallelism, which was stabilized 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 = """
|
||||
|
Loading…
Reference in New Issue
Block a user