diff --git a/CHANGELOG.md b/CHANGELOG.md index 862d15b..8a48ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p -## [3.4.0-ndkr26b-rust1.73-r0] · 2023-??-?? -[3.4.0-ndkr26b-rust1.73-r0]: /../../tree/3.4.0-ndkr26b-rust1.73-r0 +## [3.4.0-ndkr26b-rust1.74-r0] · 2023-11-17 +[3.4.0-ndkr26b-rust1.74-r0]: /../../tree/3.4.0-ndkr26b-rust1.74-r0 + +[Diff](/../../compare/3.4.0-ndkr26b-rust1.73-r0...3.4.0-ndkr26b-rust1.74-r0) + +### Upgraded -[Diff](/../../compare/3.4.0-ndkr26b-rust1.73-r0...) +- [Rust] 1.74.0: ### Security updated diff --git a/Dockerfile b/Dockerfile index f804a22..d6d8ad8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/rust -ARG rust_ver=1.73 +ARG rust_ver=1.74 FROM rust:${rust_ver}-slim-bookworm ARG android_ndk_ver=r26b diff --git a/README.md b/README.md index 9dcef6f..5fe4790 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cargo-ndk Docker image ## Supported tags and respective `Dockerfile` links -- [`3.4.0-ndkr26b-rust1.73-r0`, `3.4.0-ndkr26b-rust1.73`, `3.4.0-ndkr26b`, `3.4-ndkr26b`, `3-ndkr26b`, `3.4.0`, `3.4`, `3`, `latest`][101] +- [`3.4.0-ndkr26b-rust1.74-r0`, `3.4.0-ndkr26b-rust1.74`, `3.4.0-ndkr26b`, `3.4-ndkr26b`, `3-ndkr26b`, `3.4.0`, `3.4`, `3`, `latest`][101]