Skip to content

Commit 158ae86

Browse files
committed
chore(release): prepare for v0.7.10
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
1 parent dd354f1 commit 158ae86

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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.9"
4+
version = "0.7.10"
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.9" }
17+
dt-core = { path = "../dt-core", version = "0.7.10" }
1818
log = "0.4.17"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.26"

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.9"
4+
version = "0.7.10"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
license = "MIT OR Apache-2.0"

dt-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["dotfiles", "manager", "syncing", "config"]
1414

1515
[dependencies]
1616
dirs = "4.0.0"
17-
dt-core = { path = "../dt-core", version = "0.7.0" }
17+
dt-core = { path = "../dt-core", version = "0.7.10" }
1818
log = "0.4.17"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.26"

0 commit comments

Comments
 (0)