11[package ]
22name = " xbuild"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
5- description = " Builds flutter/ rust mobile/desktop projects."
6- repository = " https://github.com/cloudpeers/x "
5+ description = " Builds rust mobile/desktop projects."
6+ repository = " https://github.com/rust-mobile/xbuild "
77license = " Apache-2.0 OR MIT"
88
99[dependencies ]
1010android-sdkmanager-rs = " 0.5.0"
1111anyhow = " 1.0.68"
12- apk = { version = " 0.3 .0" , path = " ../apk" }
13- appbundle = { version = " 0.2 .0" , path = " ../appbundle" }
14- appimage = { version = " 0.3 .0" , path = " ../appimage" }
12+ apk = { version = " 0.4 .0" , path = " ../apk" }
13+ appbundle = { version = " 0.3 .0" , path = " ../appbundle" }
14+ appimage = { version = " 0.4 .0" , path = " ../appimage" }
1515apple-dmg = " 0.2.0"
1616app-store-connect = " 0.1.0"
1717base64 = " 0.20.0"
@@ -24,8 +24,8 @@ glob = "0.3.0"
2424indicatif = " 0.17.2"
2525log = " 0.4.17"
2626log-panics = " 2.1.0"
27- msix = { version = " 0.3 .0" , path = " ../msix" }
28- mvn = { version = " 0.1 .0" , path = " ../mvn" }
27+ msix = { version = " 0.4 .0" , path = " ../msix" }
28+ mvn = { version = " 0.2 .0" , path = " ../mvn" }
2929path-slash = " 0.2.1"
3030plist = " 1.3.1"
3131quick-xml = { version = " 0.26.0" , features = [" serialize" ] }
@@ -39,7 +39,7 @@ tracing = { version = "0.1.37", default-features = false }
3939tracing-log = " 0.1.3"
4040tracing-subscriber = { version = " 0.3.16" , default-features = false , features = [" env-filter" , " fmt" ] }
4141which = " 4.3.0"
42- xcommon = { version = " 0.2 .0" , path = " ../xcommon" }
42+ xcommon = { version = " 0.3 .0" , path = " ../xcommon" }
4343zip = { version = " 0.6.3" , default-features = false }
4444zstd = " 0.12.1"
4545
0 commit comments