Skip to content

Commit beb0041

Browse files
committed
v3.8.8
1 parent aacbf1b commit beb0041

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "3.8.7"
9+
version = "3.8.8"
1010
description = "An nspawn container manager"
1111
license = "MIT"
1212
authors = ["liushuyu <[email protected]>", "xtex <[email protected]>"]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition.workspace = true
99

1010
[dependencies]
1111
anyhow = "1.0.94"
12-
ciel = { version = "3.8.7", path = ".." }
12+
ciel = { version = "3.8.8", path = ".." }
1313
clap = { version = "^4", features = ["string", "env"] }
1414
console = "0.15.10"
1515
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }

0 commit comments

Comments
 (0)