docs(readme): release 0.8.0 and add note about MIPS build
Some checks are pending
Docker image build / build (push) Waiting to run
Rust / build (push) Waiting to run

This commit is contained in:
Datong Sun 2025-08-23 01:20:53 +08:00 committed by GitHub
parent d969f0cc5d
commit cedee0c699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,14 @@ Table of Contents
# Latest release # Latest release
[v0.7.0](https://github.com/dndx/phantun/releases/tag/v0.7.0) [v0.8.0](https://github.com/dndx/phantun/releases/tag/v0.8.0)
<details>
<summary>MIPS architecture support for Phantun</summary>
[Rust only provides Tier 3 supports for MIPS based platforms](https://github.com/rust-lang/compiler-team/issues/648)
since 2023. Phantun's MIPS build are therefore built using nightly Rust toolchain and provided on a best effort basis only.
</details>
# Overview # Overview