Skip to content

Commit

Permalink
explicitly lock clap version
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
Misterio77 committed Oct 29, 2021
1 parent 5c09033 commit af07058
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
31 changes: 16 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flavours"
description = "An easy to use base16 scheme manager/builder that integrates with any workflow."
version = "0.5.1"
version = "0.5.2"
authors = ["Gabriel Fontes (Misterio77) <eu@misterio.me>"]
edition = "2018"
readme = "README.md"
Expand All @@ -13,8 +13,9 @@ repository = "https://github.com/Misterio77/flavours"
[dependencies]
anyhow = "1.0"
calm_io = "0.1"
clap = { version = "3.0.0-beta.4", features = ["wrap_help", "suggestions", "color"] }
clap_generate = { version = "3.0.0-beta.4" }
clap = { version = "=3.0.0-beta.4", features = ["wrap_help", "suggestions", "color"] }
clap_generate = { version = "=3.0.0-beta.4" }
clap_derive = { version = "=3.0.0-beta.4" }
color-thief = "0.2"
image = "0.23"
dirs = "3.0"
Expand Down

0 comments on commit af07058

Please sign in to comment.