1
0
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:
yutotnh 2022-05-25 06:14:47 +09:00 committed by GitHub
parent 4e9ceb0e09
commit cca714a7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = """