Skip to content

Commit

Permalink
Upgrade Rust to 1.80.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 26, 2024
1 parent 7faa80c commit d4412e0
Show file tree
Hide file tree
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
Expand Up @@ -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: <https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html>




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

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

ARG android_ndk_ver=r27
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.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]



Expand Down

0 comments on commit d4412e0

Please sign in to comment.