Skip to content

Commit 6fed261

Browse files
authored
chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115)
将dadk、dadk-config和dadk-user的版本号从0.3.0更新至0.4.0 Signed-off-by: longjin <longjin@DragonOS.org>
1 parent 0e223e3 commit 6fed261

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dadk-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dadk-config"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = [
66
"longjin <longjin@DragonOS.org>",

dadk-user/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dadk-user"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "DragonOS Application Development Kit - user prog build"
66
license = "GPL-2.0-only"
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
99
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
1010
chrono = { version = "=0.4.35", features = ["serde"] }
1111
clap = { version = "=4.5.20", features = ["derive"] }
12-
dadk-config = { version = "0.3.0", path = "../dadk-config" }
12+
dadk-config = { version = "0.4.0", path = "../dadk-config" }
1313
derive_builder = "0.20.0"
1414
lazy_static = "1.4.0"
1515
log = "0.4.17"

dadk/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"xuzihao <xuzihao@DragonOS.org>"
77
]
88

9-
version = "0.3.0"
9+
version = "0.4.0"
1010
edition = "2021"
1111
description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
1212
license = "GPL-2.0-only"
@@ -33,8 +33,8 @@ insiders = []
3333
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
3434
clap = { version = "4.5.20", features = ["derive"] }
3535
crossbeam = "0.8.4"
36-
dadk-config = { version = "0.3.0", path = "../dadk-config" }
37-
dadk-user = { version = "0.3.0", path = "../dadk-user" }
36+
dadk-config = { version = "0.4.0", path = "../dadk-config" }
37+
dadk-user = { version = "0.4.0", path = "../dadk-user" }
3838
derive_builder = "0.20.0"
3939
env_logger = { workspace = true }
4040
humantime = "2.1.0"

0 commit comments

Comments
 (0)