Skip to content

Commit 80d3f38

Browse files
authored
Update version to 0.1.7 (#22)
1 parent c5dad5d commit 80d3f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dadk"
33
authors = ["longjin <[email protected]>", "chikejian <[email protected]>"]
4-
version = "0.1.6"
4+
version = "0.1.7"
55
edition = "2021"
66
description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
77
license = "GPL-2.0-only"
@@ -24,4 +24,4 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
2424
serde = { version = "1.0.160", features = ["serde_derive"] }
2525
serde_json = "1.0.96"
2626
simple_logger = { version = "4.1.0", features = ["stderr"] }
27-
zip = "0.6"
27+
zip = "0.6"

0 commit comments

Comments
 (0)