Skip to content

Commit

Permalink
chore(release): prepare for v0.7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Gaoyang Zhang <[email protected]>
  • Loading branch information
blurgyy committed Oct 13, 2022
1 parent dd354f1 commit 158ae86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.9"
version = "0.7.10"
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.9" }
dt-core = { path = "../dt-core", version = "0.7.10" }
log = "0.4.17"
pretty_env_logger = "0.4.0"
structopt = "0.3.26"
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.9"
version = "0.7.10"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion dt-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["dotfiles", "manager", "syncing", "config"]

[dependencies]
dirs = "4.0.0"
dt-core = { path = "../dt-core", version = "0.7.0" }
dt-core = { path = "../dt-core", version = "0.7.10" }
log = "0.4.17"
pretty_env_logger = "0.4.0"
structopt = "0.3.26"
Expand Down

0 comments on commit 158ae86

Please sign in to comment.