Skip to content

Commit

Permalink
v3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexx committed Jan 4, 2025
1 parent aacbf1b commit beb0041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "3.8.7"
version = "3.8.8"
description = "An nspawn container manager"
license = "MIT"
authors = ["liushuyu <[email protected]>", "xtex <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true

[dependencies]
anyhow = "1.0.94"
ciel = { version = "3.8.7", path = ".." }
ciel = { version = "3.8.8", path = ".." }
clap = { version = "^4", features = ["string", "env"] }
console = "0.15.10"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
Expand Down

0 comments on commit beb0041

Please sign in to comment.