We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9465b commit 6cc3814Copy full SHA for 6cc3814
.github/workflows/rust.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: actions-rs/toolchain@v1
71
with:
72
profile: minimal
73
- toolchain: "1.58"
+ toolchain: "1.62.1"
74
override: true
75
- uses: actions-rs/cargo@v1
76
Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/indicatif"
10
readme = "README.md"
11
edition = "2018"
12
exclude = ["screenshots/*"]
13
-rust-version = "1.58"
+rust-version = "1.62.1"
14
15
[dependencies]
16
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
0 commit comments