Skip to content

Commit a193d1c

Browse files
committed
fix
1 parent 0e628b9 commit a193d1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-core/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub mod docker {
243243
/// - `project_init`: 项目初始化文件
244244
/// - `uv_cache`: UV缓存目录
245245
/// - `data`: 数据库和持久化数据
246-
pub const EXCLUDE_DIRS: [&str; 7] = [
246+
pub const EXCLUDE_DIRS: [&str; 8] = [
247247
"upload",
248248
"project_workspace",
249249
"computer-project-workspace",

nuwax-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuwax-cli"
3-
version = "1.0.69"
3+
version = "1.0.70"
44
edition = "2024"
55
description = "Docker 服务管理和升级工具"
66
authors = ["soddygo"]

0 commit comments

Comments
 (0)