Skip to content

Commit

Permalink
Update Rust to 1.66.1 version to fix CVE-2022-46176
Browse files Browse the repository at this point in the history
tyranron committed Jan 12, 2023

Verified

This commit was signed with the committer’s verified signature.
tyranron Kai Ren
1 parent 2fb5e3d commit bd8c42c
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
@@ -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-r1] · 2023-01-12
[2.12.2-ndkr25b-rust1.66-r1]: /../../tree/2.12.2-ndkr25b-rust1.66-r1

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

### Security update

- [Rust] 1.66.1: <https://blog.rust-lang.org/2023/01/10/Rust-1.66.1.html>




## [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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ FROM rust:${rust_ver}-slim-bullseye

ARG android_ndk_ver=r25b
ARG cargo_ndk_ver=2.12.2
ARG build_rev=0
ARG build_rev=1


# Install Rust targets for Android platforms
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ cargo-ndk Docker image

## Supported tags and respective `Dockerfile` links

- [`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]
- [`2.12.2-ndkr25b-rust1.66-r1`, `2.12.2-ndkr25b-rust1.66`, `2.12.2-ndkr25b`, `2.12-ndkr25b`, `2-ndkr25b`, `2.12.2`, `2.12`, `2`, `latest`][101]



0 comments on commit bd8c42c

Please sign in to comment.