-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
更新了依赖,并修复构建脚本cargo:rerun-if-changed不起作用的问题;
发布0.2.9版本。
- Loading branch information
SmileSky
committed
Aug 19, 2024
1 parent
c8173e4
commit 85b9cac
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ authors = ["mzdk100 <[email protected]>"] | |
description = "用于Rust的Android API的高级封装" | ||
keywords = ["android", "api", "sdk", "jni", "java"] | ||
license = "Apache-2.0" | ||
version = "0.2.8" | ||
version = "0.2.9" | ||
edition = "2021" | ||
readme = "README.md" | ||
repository = "https://gitcode.net/mzdk100/droid-wrap.git" | ||
|
@@ -65,11 +65,11 @@ test_java_nio = ["java_nio"] | |
[dependencies] | ||
|
||
[dependencies.droid-wrap-utils] | ||
version = "0.2.8" | ||
version = "0.2.9" | ||
path = "utils" | ||
|
||
[dependencies.droid-wrap-derive] | ||
version = "0.2.8" | ||
version = "0.2.9" | ||
path="derive" | ||
|
||
[workspace] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ parking_lot = "0.12.3" | |
[build-dependencies] | ||
android-build = "0.1.0" | ||
noak = "0.6.1" | ||
cargo-emit = "0.2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters