Skip to content

Commit

Permalink
chore(release): prepare for 0.7.7
Browse files Browse the repository at this point in the history
Signed-off-by: Gaoyang Zhang <[email protected]>
  • Loading branch information
blurgyy committed Apr 5, 2022
1 parent 906b598 commit 4203e88
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 45 deletions.
111 changes: 69 additions & 42 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions dt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-cli"
description = "$HOME, $HOME everywhere"
version = "0.7.6"
version = "0.7.7"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
documentation = "https://dt.cli.rs/"
Expand All @@ -14,7 +14,7 @@ keywords = ["config", "dotfile", "manager"]

[dependencies]
dirs = "4.0.0"
dt-core = { path = "../dt-core", version = "0.7.6" }
dt-core = { path = "../dt-core", version = "0.7.7" }
log = "0.4.14"
pretty_env_logger = "0.4.0"
structopt = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion dt-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-core"
description = "Core utilities used by dt-cli"
version = "0.7.6"
version = "0.7.7"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4203e88

Please sign in to comment.