Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
enquirer@0.6.1

Generated by cargo-workspaces
  • Loading branch information
pksunkara committed Feb 17, 2022
1 parent 1bacf30 commit 542d97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enquirer"
version = "0.6.0"
version = "0.6.1"
authors = ["Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"]
edition = "2018"
description = "Command line utility for stylish interactive prompts"
Expand All @@ -12,7 +12,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "*.md"]

[dependencies]
dialoguer = "0.10.0"
clap = { version = "~3.0.0", features = ["derive"] }
clap = { version = "~3.1.0", features = ["derive", "wrap_help"] }

[[bin]]
name = "enquirer"
Expand Down

0 comments on commit 542d97e

Please sign in to comment.