Skip to content

Commit

Permalink
Merge pull request #865 from denisidoro/2.23
Browse files Browse the repository at this point in the history
Bump to 2.23.0
  • Loading branch information
denisidoro committed Dec 10, 2023
2 parents e1c2699 + 4720f0e commit 430c972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.22.1"
version = "2.23.0"
authors = ["Denis Isidoro <[email protected]>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"
Expand All @@ -19,7 +19,10 @@ disable-repo-management = []
travis-ci = { repository = "denisidoro/navi", branch = "master" }

[dependencies]
regex = { version = "1.7.3", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.7.3", default-features = false, features = [
"std",
"unicode-perl",
] }
clap = { version = "4.2.1", features = ["derive", "cargo"] }
crossterm = "0.26.1"
lazy_static = "1.4.0"
Expand All @@ -34,7 +37,10 @@ remove_dir_all = "0.8.2"
serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9.21"
dns_common_derive = { version = "0.2.1" }
dns_common = { version = "0.2.1", default-features = false, features = ["yaml", "json"] }
dns_common = { version = "0.2.1", default-features = false, features = [
"yaml",
"json",
] }
unicode-width = "0.1.10"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 430c972

Please sign in to comment.