Skip to content

Commit

Permalink
Downgrade cargo-ndk to 3.5.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 16, 2024
1 parent f244b2d commit 0d1f7f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ All user visible changes to this project will be documented in this file. This p



## [3.5.6-ndkr26d-rust1.79-r0] · 2024-??-?? (unreleased)
[3.5.6-ndkr26d-rust1.79-r0]: /../../tree/3.5.6-ndkr26d-rust1.79-r0
## [3.5.4-ndkr26d-rust1.79-r0] · 2024-06-16
[3.5.4-ndkr26d-rust1.79-r0]: /../../tree/3.5.4-ndkr26d-rust1.79-r0

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

### Downgraded

- [cargo-ndk] 3.5.4: <https://github.com/bbqsrc/cargo-ndk/blob/66f2ba4af9bf938533a9b690d8c4ace00ebe5c98/CHANGELOG.md#v354---2024-04-13>
(because 3.5.5 and 3.5.6 were yanked)

### Upgraded

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.79
FROM rust:${rust_ver}-slim-bookworm

ARG android_ndk_ver=r26d
ARG cargo_ndk_ver=3.5.6
ARG cargo_ndk_ver=3.5.4
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.6-ndkr26d-rust1.79-r0`, `3.5.6-ndkr26d-rust1.79`, `3.5.6-ndkr26d`, `3.5-ndkr26d`, `3-ndkr26d`, `3.5.6`, `3.5`, `3`, `latest`][101]
- [`3.5.4-ndkr26d-rust1.79-r0`, `3.5.4-ndkr26d-rust1.79`, `3.5.4-ndkr26d`, `3.5-ndkr26d`, `3-ndkr26d`, `3.5.4`, `3.5`, `3`, `latest`][101]



Expand Down

0 comments on commit 0d1f7f4

Please sign in to comment.