File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.51 .0"
1
+ msrv = " 1.56 .0"
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
13
13
include :
14
14
- os : macos-latest
15
15
target : x86_64-apple-darwin
16
- rust : 1.56 .0
16
+ rust : 1.59 .0
17
17
- os : ubuntu-latest
18
18
target : x86_64-unknown-linux-gnu
19
- rust : 1.56 .0
19
+ rust : 1.59 .0
20
20
- os : ubuntu-latest
21
21
target : i686-unknown-linux-gnu
22
- rust : 1.56 .0
22
+ rust : 1.59 .0
23
23
- os : windows-latest
24
24
target : i686-pc-windows-msvc
25
- rust : 1.56 .0
25
+ rust : 1.59 .0
26
26
- os : windows-latest
27
27
target : x86_64-pc-windows-msvc
28
- rust : 1.56 .0
28
+ rust : 1.59 .0
29
29
- os : ubuntu-latest
30
30
target : x86_64-unknown-linux-gnu
31
31
rust : stable
58
58
uses : actions-rs/toolchain@v1
59
59
with :
60
60
profile : minimal
61
- toolchain : 1.56 .0
61
+ toolchain : 1.59 .0
62
62
override : true
63
63
components : rustfmt, clippy
64
64
- name : Checkout
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.11.0
4
+
5
+ ### Enhancements
6
+
7
+ ### Breaking
8
+
9
+ * Updated MSRV to ` 1.59.0 `
10
+
3
11
## 0.10.4
4
12
5
13
### Enhancements
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "dialoguer"
3
3
description = " A command line prompting library."
4
4
version = " 0.10.4"
5
5
edition = " 2021"
6
+ rust-version = " 1.59.0"
6
7
authors = [
7
8
" Armin Ronacher <armin.ronacher@active-4.com>" ,
8
9
" Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"
You can’t perform that action at this time.
0 commit comments