|
@@ -1,7 +1,7 @@
|
|
|
[package]
|
|
|
name = "dadk"
|
|
|
authors = ["longjin <longjin@DragonOS.org>", "chikejian <chikejian@DragonOS.org>"]
|
|
|
-version = "0.1.6"
|
|
|
+version = "0.1.7"
|
|
|
edition = "2021"
|
|
|
description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
|
|
|
license = "GPL-2.0-only"
|
|
@@ -24,4 +24,4 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
|
|
|
serde = { version = "1.0.160", features = ["serde_derive"] }
|
|
|
serde_json = "1.0.96"
|
|
|
simple_logger = { version = "4.1.0", features = ["stderr"] }
|
|
|
-zip = "0.6"
|
|
|
+zip = "0.6"
|