Skip to content

Commit

Permalink
Upgrade Rust to 1.66 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 16, 2022
1 parent d440ecd commit 2fb5e3d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
#############

push:
needs: ["build", "test"]
if: ${{ github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags/') }}
needs: ["build", "test"]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
&& matrix.registry == 'quay.io' }}

release-github:
name: release on GitHub
name: release (GitHub)
needs: ["push"]
if: ${{ github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags/') }}
Expand Down
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



## [2.12.2-ndkr25b-rust1.66-r0] · 2022-12-16
[2.12.2-ndkr25b-rust1.66-r0]: /../../tree/2.12.2-ndkr25b-rust1.66-r0

[Diff](/../../compare/2.12.2-ndkr25b-rust1.65-r0...2.12.2-ndkr25b-rust1.66-r0)

### Upgraded

- [Rust] 1.66: <https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html>




## [2.12.2-ndkr25b-rust1.65-r0] · 2022-11-04
[2.12.2-ndkr25b-rust1.65-r0]: /../../tree/2.12.2-ndkr25b-rust1.65-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/rust
ARG rust_ver=1.65
ARG rust_ver=1.66
FROM rust:${rust_ver}-slim-bullseye

ARG android_ndk_ver=r25b
Expand Down
4 changes: 2 additions & 2 deletions 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

- [`2.12.2-ndkr25b-rust1.65-r0`, `2.12.2-ndkr25b-rust1.65`, `2.12.2-ndkr25b`, `2.12-ndkr25b`, `2-ndkr25b`, `2.12.2`, `2.12`, `2`, `latest`][101]
- [`2.12.2-ndkr25b-rust1.66-r0`, `2.12.2-ndkr25b-rust1.66`, `2.12.2-ndkr25b`, `2.12-ndkr25b`, `2-ndkr25b`, `2.12.2`, `2.12`, `2`, `latest`][101]



Expand Down Expand Up @@ -57,7 +57,7 @@ After doing that you will see `jniLibs/` folder with libraries for all the suppo



## Image versions
## Image tags


### `<X>`
Expand Down

0 comments on commit 2fb5e3d

Please sign in to comment.