Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Dec 28, 2022
1 parent 87b2f91 commit f256bba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.2] - 2022-12-28

### Performance

- Migrate to `owo-color` ([64dc398](64dc398cf05da3920f5b9f8c5a7b0d082965d57e))

## [0.2.1] - 2022-12-21

### Bug fixes
Expand Down
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.

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "digs"
version = "0.2.1"
version = "0.2.2"
authors = ["azzamsa <[email protected]>"]
categories = ["command-line-utilities"]
edition = "2018"
Expand All @@ -17,14 +17,15 @@ lto = true
panic = 'abort'

[dependencies]
log = "0.4"
trust-dns-client = "0.22.0"

log = "0.4.17"
miette = { version = "5.5", features = ["fancy"] }
owo-colors = "3"
pretty_env_logger = "0.4"
pretty_env_logger = "0.4.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
toml = "0.5"
trust-dns-client = "0.22"
toml = "0.5.10"

[dependencies.clap]
version = "4.0"
Expand Down

0 comments on commit f256bba

Please sign in to comment.