Skip to content

Commit 7d729f0

Browse files
committed
chore: fix cargo versions
1 parent e1f1ece commit 7d729f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ version = "1.0.5"
2424

2525
[workspace.dependencies]
2626
# internal
27-
apk-info = { path = "core" }
28-
apk-info-axml = { path = "crates/axml" }
29-
apk-info-xml = { path = "crates/xml" }
30-
apk-info-zip = { path = "crates/zip" }
27+
apk-info = { path = "core", version = "1.0.5" }
28+
apk-info-axml = { path = "crates/axml", version = "1.0.5" }
29+
apk-info-xml = { path = "crates/xml", version = "1.0.5" }
30+
apk-info-zip = { path = "crates/zip", version = "1.0.5" }
3131

3232
# external
3333
anyhow = "1.0.100"

0 commit comments

Comments
 (0)