Skip to content

Commit

Permalink
Merge pull request #274 from Gordon01/update_msrv
Browse files Browse the repository at this point in the history
Update MSRV to 1.59 -> 1.63
  • Loading branch information
pksunkara committed Aug 29, 2023
2 parents 44cb900 + bd774e4 commit 418dcef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -13,19 +13,19 @@ jobs:
include:
- os: macos-latest
target: x86_64-apple-darwin
rust: 1.59.0
rust: 1.63.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
rust: 1.59.0
rust: 1.63.0
- os: ubuntu-latest
target: i686-unknown-linux-gnu
rust: 1.59.0
rust: 1.63.0
- os: windows-latest
target: i686-pc-windows-msvc
rust: 1.59.0
rust: 1.63.0
- os: windows-latest
target: x86_64-pc-windows-msvc
rust: 1.59.0
rust: 1.63.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@

### Breaking

* Updated MSRV to `1.59.0`
* Updated MSRV to `1.63.0` due to multiple dependencies on different platforms: `rustix`, `tempfile`,`linux-raw-sys`
* Removed deprecated `Confirm::with_text`
* Prompt builder functions now take `mut self` instead of `&mut self`
* Prompt builder functions now return `Self` instead of `&mut Self`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "dialoguer"
description = "A command line prompting library."
version = "0.10.4"
edition = "2021"
rust-version = "1.59.0"
rust-version = "1.63.0"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
"Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"
Expand Down

0 comments on commit 418dcef

Please sign in to comment.