Skip to content

Commit 4203e88

Browse files
committed
chore(release): prepare for 0.7.7
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
1 parent 906b598 commit 4203e88

3 files changed

Lines changed: 72 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 69 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dt-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dt-cli"
33
description = "$HOME, $HOME everywhere"
4-
version = "0.7.6"
4+
version = "0.7.7"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
documentation = "https://dt.cli.rs/"
@@ -14,7 +14,7 @@ keywords = ["config", "dotfile", "manager"]
1414

1515
[dependencies]
1616
dirs = "4.0.0"
17-
dt-core = { path = "../dt-core", version = "0.7.6" }
17+
dt-core = { path = "../dt-core", version = "0.7.7" }
1818
log = "0.4.14"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.25"

dt-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dt-core"
33
description = "Core utilities used by dt-cli"
4-
version = "0.7.6"
4+
version = "0.7.7"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)