Skip to content

Commit de90b1a

Browse files
committed
Bump MSRV to 1.71 (for console 0.16.1)
1 parent 608a169 commit de90b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: windows-latest
1919
rust: stable
2020
- os: ubuntu-latest
21-
rust: 1.66.0
21+
rust: 1.71.0
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Install rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dialoguer"
33
description = "A command line prompting library."
44
version = "0.12.0"
55
edition = "2021"
6-
rust-version = "1.66"
6+
rust-version = "1.71"
77
keywords = ["cli", "menu", "prompt"]
88
categories = ["command-line-interface"]
99
license = "MIT"

0 commit comments

Comments
 (0)