We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608a169 commit de90b1aCopy full SHA for de90b1a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- os: windows-latest
19
rust: stable
20
- os: ubuntu-latest
21
- rust: 1.66.0
+ rust: 1.71.0
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Install rust
Cargo.toml
@@ -3,7 +3,7 @@ name = "dialoguer"
3
description = "A command line prompting library."
4
version = "0.12.0"
5
edition = "2021"
6
-rust-version = "1.66"
+rust-version = "1.71"
7
keywords = ["cli", "menu", "prompt"]
8
categories = ["command-line-interface"]
9
license = "MIT"
0 commit comments