Skip to content

Commit

Permalink
Upgrade MSRV to 1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 7, 2023
1 parent b6aef16 commit 8cbb665
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
@@ -1 +1 @@
msrv = "1.51.0"
msrv = "1.56.0"
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -13,19 +13,19 @@ jobs:
include:
- os: macos-latest
target: x86_64-apple-darwin
rust: 1.56.0
rust: 1.59.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
rust: 1.56.0
rust: 1.59.0
- os: ubuntu-latest
target: i686-unknown-linux-gnu
rust: 1.56.0
rust: 1.59.0
- os: windows-latest
target: i686-pc-windows-msvc
rust: 1.56.0
rust: 1.59.0
- os: windows-latest
target: x86_64-pc-windows-msvc
rust: 1.56.0
rust: 1.59.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
rust: stable
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0
toolchain: 1.59.0
override: true
components: rustfmt, clippy
- name: Checkout
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 0.11.0

### Enhancements

### Breaking

* Updated MSRV to `1.59.0`

## 0.10.4

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -3,6 +3,7 @@ name = "dialoguer"
description = "A command line prompting library."
version = "0.10.4"
edition = "2021"
rust-version = "1.59.0"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
"Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"
Expand Down

0 comments on commit 8cbb665

Please sign in to comment.