diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe2bb1..8514796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p +## [3.5.4-ndkr27-rust1.80-r0] · 2024-07-26 +[3.5.4-ndkr27-rust1.80-r0]: /../../tree/3.5.4-ndkr27-rust1.80-r0 + +[Diff](/../../compare/3.5.4-ndkr27-rust1.79-r0...3.5.4-ndkr27-rust1.80-r0) + +### Upgraded + +- [Rust] 1.80.0: + + + + ## [3.5.4-ndkr27-rust1.79-r0] · 2024-07-17 [3.5.4-ndkr27-rust1.79-r0]: /../../tree/3.5.4-ndkr27-rust1.79-r0 diff --git a/Dockerfile b/Dockerfile index 0c6f9ae..4cda413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/rust -ARG rust_ver=1.79 +ARG rust_ver=1.80 FROM rust:${rust_ver}-slim-bookworm ARG android_ndk_ver=r27 diff --git a/README.md b/README.md index 642192c..bc391ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cargo-ndk Docker image ## Supported tags and respective `Dockerfile` links -- [`3.5.4-ndkr27-rust1.79-r0`, `3.5.4-ndkr27-rust1.79`, `3.5.4-ndkr27`, `3.5-ndkr27`, `3-ndkr27`, `3.5.4`, `3.5`, `3`, `latest`][101] +- [`3.5.4-ndkr27-rust1.80-r0`, `3.5.4-ndkr27-rust1.80`, `3.5.4-ndkr27`, `3.5-ndkr27`, `3-ndkr27`, `3.5.4`, `3.5`, `3`, `latest`][101]