Skip to content

Commit 6cc3814

Browse files
djcchris-laplante
authored andcommitted
Bump CI MSRV to 1.62.1 to resolve Cargo metadata for vte
1 parent 7c9465b commit 6cc3814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions-rs/toolchain@v1
7171
with:
7272
profile: minimal
73-
toolchain: "1.58"
73+
toolchain: "1.62.1"
7474
override: true
7575
- uses: actions-rs/cargo@v1
7676
with:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/indicatif"
1010
readme = "README.md"
1111
edition = "2018"
1212
exclude = ["screenshots/*"]
13-
rust-version = "1.58"
13+
rust-version = "1.62.1"
1414

1515
[dependencies]
1616
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }

0 commit comments

Comments
 (0)