This commit is contained in:
pierre
2023-06-07 14:51:45 +02:00
parent 42acbfe806
commit 601d0ed02a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
"build-tools;$SDK_BUILDTOOLS_VERSION"
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.69.0
- name: Install rust android targets
run: |
+1
View File
@@ -14,6 +14,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
[profile.release]
strip = true
codegen-units = 1
[dependencies]
anyhow = "1.0"