From cca714a7f9354088abe6f9ae5442f5766eb2edf2 Mon Sep 17 00:00:00 2001 From: yutotnh <57719497+yutotnh@users.noreply.github.com> Date: Wed, 25 May 2022 06:14:47 +0900 Subject: [PATCH] chore: fix typo in Cargo.toml (#3989) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9a686b14..4fca9052a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = """