From 6cc3814f802badcdc5619a39706af48a035e1c46 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 May 2023 14:03:14 +0200 Subject: [PATCH] Bump CI MSRV to 1.62.1 to resolve Cargo metadata for vte --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e7dcd0ef..29b57604 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -70,7 +70,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: "1.58" + toolchain: "1.62.1" override: true - uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 5da89473..412a8195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/indicatif" readme = "README.md" edition = "2018" exclude = ["screenshots/*"] -rust-version = "1.58" +rust-version = "1.62.1" [dependencies] console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }