Skip to content

Commit

Permalink
Upgrade cargo-ndk to 3.5.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 21, 2024
1 parent 1457ae4 commit 830fdb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [3.5.6-ndkr26d-rust1.78-r0] · 2024-05-21
[3.5.6-ndkr26d-rust1.78-r0]: /../../tree/3.5.6-ndkr26d-rust1.78-r0

[Diff](/../../compare/3.5.5-ndkr26d-rust1.78-r0...3.5.6-ndkr26d-rust1.78-r0)

### Upgraded

- [cargo-ndk] 3.5.6: <https://github.com/bbqsrc/cargo-ndk/blob/v3.5.6/CHANGELOG.md#v356---2024-05-20>




## [3.5.5-ndkr26d-rust1.78-r0] · 2024-05-16
[3.5.5-ndkr26d-rust1.78-r0]: /../../tree/3.5.5-ndkr26d-rust1.78-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG rust_ver=1.78
FROM rust:${rust_ver}-slim-bookworm

ARG android_ndk_ver=r26d
ARG cargo_ndk_ver=3.5.5
ARG cargo_ndk_ver=3.5.6
ARG build_rev=0


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo-ndk Docker image

## Supported tags and respective `Dockerfile` links

- [`3.5.5-ndkr26d-rust1.78-r0`, `3.5.5-ndkr26d-rust1.78`, `3.5.5-ndkr26d`, `3.5-ndkr26d`, `3-ndkr26d`, `3.5.5`, `3.5`, `3`, `latest`][101]
- [`3.5.6-ndkr26d-rust1.78-r0`, `3.5.6-ndkr26d-rust1.78`, `3.5.6-ndkr26d`, `3.5-ndkr26d`, `3-ndkr26d`, `3.5.6`, `3.5`, `3`, `latest`][101]



Expand Down

1 comment on commit 830fdb4

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.