summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2022-05-28 22:09:13 +0200
committerGitHub <noreply@github.com>2022-05-28 22:09:13 +0200
commit89b12cef017b1b9ccf4f9093ee6bf68b4c5fa10d (patch)
treeeec4782261661674d4bc4c3d0f16a5ed8ece0509
parentfdca6fc95d26ed61ee1987a4e74308e4151d7dba (diff)
chore: Bump MSRV in Cargo.toml (#4032)
Bumping the MSRV to 1.60 due to our dependency on git2
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4164a092..b476cb5ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +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 stabilized in Rust version 1.59
+# MSRV is specified due to our dependency in git2
# Note: MSRV is only intended as a hint, and only the latest version is officially supported in starship.
-rust-version = "1.59"
+rust-version = "1.60"
description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
"""