Skip to content

Commit 8cbb665

Browse files
committed
Upgrade MSRV to 1.59.0
1 parent b6aef16 commit 8cbb665

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.51.0"
1+
msrv = "1.56.0"

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
include:
1414
- os: macos-latest
1515
target: x86_64-apple-darwin
16-
rust: 1.56.0
16+
rust: 1.59.0
1717
- os: ubuntu-latest
1818
target: x86_64-unknown-linux-gnu
19-
rust: 1.56.0
19+
rust: 1.59.0
2020
- os: ubuntu-latest
2121
target: i686-unknown-linux-gnu
22-
rust: 1.56.0
22+
rust: 1.59.0
2323
- os: windows-latest
2424
target: i686-pc-windows-msvc
25-
rust: 1.56.0
25+
rust: 1.59.0
2626
- os: windows-latest
2727
target: x86_64-pc-windows-msvc
28-
rust: 1.56.0
28+
rust: 1.59.0
2929
- os: ubuntu-latest
3030
target: x86_64-unknown-linux-gnu
3131
rust: stable
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions-rs/toolchain@v1
5959
with:
6060
profile: minimal
61-
toolchain: 1.56.0
61+
toolchain: 1.59.0
6262
override: true
6363
components: rustfmt, clippy
6464
- name: Checkout

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
### Enhancements
6+
7+
### Breaking
8+
9+
* Updated MSRV to `1.59.0`
10+
311
## 0.10.4
412

513
### Enhancements

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "dialoguer"
33
description = "A command line prompting library."
44
version = "0.10.4"
55
edition = "2021"
6+
rust-version = "1.59.0"
67
authors = [
78
"Armin Ronacher <armin.ronacher@active-4.com>",
89
"Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"

0 commit comments

Comments
 (0)