Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
dialoguer@0.8.0

Generated by cargo-workspaces
  • Loading branch information
pksunkara committed Mar 15, 2021
1 parent 64f5f9c commit 2c3fe6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: matrix.target == 'i686-unknown-linux-gnu'
run: |
sudo apt-get update
sudo apt-get install gcc-5-multilib lib32gcc-5-dev
sudo apt-get install gcc-multilib
- name: Test
uses: actions-rs/cargo@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dialoguer"
description = "A command line prompting library."
version = "0.7.1"
version = "0.8.0"
edition = "2018"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -16,7 +16,7 @@ documentation = "https://docs.rs/dialoguer"
readme = "README.md"

[dependencies]
console = "0.13.0"
console = "0.14.1"
lazy_static = "1"
tempfile = "3"
zeroize = "1.1.1"

0 comments on commit 2c3fe6b

Please sign in to comment.