about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAsger Hautop Drewsen <asger@princh.com>2023-03-29 09:54:32 +0200
committerAsger Hautop Drewsen <asger@princh.com>2023-03-29 09:54:32 +0200
commit712bff2422ec6c88358e3b163f29e9f0a9b53fc1 (patch)
treeec16b326f07f40e00f250e6183153502c538b54d
parent40cd0310db7f67867b305c28fb87b5b660e77df1 (diff)
downloadrust-712bff2422ec6c88358e3b163f29e9f0a9b53fc1.tar.gz
rust-712bff2422ec6c88358e3b163f29e9f0a9b53fc1.zip
RELEASES: Add "Only support Android NDK 25 or newer" to 1.68.0
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e453b8d6891..b923f87abfd 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -94,6 +94,7 @@ Misc
 Compatibility Notes
 -------------------
 
+- [Only support Android NDK 25 or newer](https://blog.rust-lang.org/2023/01/09/android-ndk-update-r25.html)
 - [Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report](https://github.com/rust-lang/rust/pull/103418/)
 - [Only specify `--target` by default for `-Zgcc-ld=lld` on wasm](https://github.com/rust-lang/rust/pull/101792/)
 - [Bump `IMPLIED_BOUNDS_ENTAILMENT` to Deny + ReportNow](https://github.com/rust-lang/rust/pull/106465/)