File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - stable
1313 - beta
1414 - nightly
15- - 1.73 .0 # MSRV
15+ - 1.86 .0 # MSRV
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ categories = [
1515 " development-tools::cargo-plugins" ,
1616 " development-tools::build-utils"
1717]
18- edition = " 2021 "
19- rust-version = " 1.73 "
18+ edition = " 2024 "
19+ rust-version = " 1.86 "
2020default-run = " cargo-ndk"
2121
2222[badges ]
Original file line number Diff line number Diff line change 11# cargo-ndk - Build Rust code for Android
22
33[ <img alt =" CI " src =" https://github.com/bbqsrc/cargo-ndk/actions/workflows/ci.yml/badge.svg " >] ( https://github.com/bbqsrc/cargo-ndk/actions )
4- <img alt =" Minimum supported Rust version: 1.73 " src =" https://img.shields.io/badge/MSRV-1.73 -informational " >
4+ <img alt =" Minimum supported Rust version: 1.86 " src =" https://img.shields.io/badge/MSRV-1.86 -informational " >
55
66This cargo extension handles all the environment configuration needed for successfully building libraries
77for Android from a Rust codebase, with support for generating the correct ` jniLibs ` directory structure.
Original file line number Diff line number Diff line change 11[package ]
22name = " bindgen-android"
33version = " 0.1.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55
66[lib ]
77crate-type = [" staticlib" , " cdylib" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " openssl-android"
33version = " 0.1.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55
66[dependencies ]
77openssl = { version = " 0.10.68" , features = [" vendored" ] }
You can’t perform that action at this time.
0 commit comments