Skip to content

Commit

Permalink
Upgrade Rust to 1.78.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 3, 2024
1 parent 4674780 commit a2c5e45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [3.4.0-ndkr26d-rust1.77-r0] · 2024-??-?? (unreleased)
[3.4.0-ndkr26d-rust1.77-r0]: /../../tree/3.4.0-ndkr26d-rust1.77-r0
## [3.4.0-ndkr26d-rust1.78-r0] · 2024-05-03
[3.4.0-ndkr26d-rust1.78-r0]: /../../tree/3.4.0-ndkr26d-rust1.78-r0

[Diff](/../../compare/3.4.0-ndkr26d-rust1.77-r0...3.4.0-ndkr26d-rust1.78-r0)

### Upgraded

[Diff](/../../compare/3.4.0-ndkr26d-rust1.77-r0...)
- [Rust] 1.78.0: <https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html>

### Security updated

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

ARG android_ndk_ver=r26d
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.4.0-ndkr26d-rust1.77-r0`, `3.4.0-ndkr26d-rust1.77`, `3.4.0-ndkr26d`, `3.4-ndkr26d`, `3-ndkr26d`, `3.4.0`, `3.4`, `3`, `latest`][101]
- [`3.4.0-ndkr26d-rust1.78-r0`, `3.4.0-ndkr26d-rust1.78`, `3.4.0-ndkr26d`, `3.4-ndkr26d`, `3-ndkr26d`, `3.4.0`, `3.4`, `3`, `latest`][101]



Expand Down

0 comments on commit a2c5e45

Please sign in to comment.