chore: fix toolchain and platforms

This commit is contained in:
Ya-wen, Jeng 2025-02-05 11:51:47 +08:00
parent da8cba1473
commit e2a33dc2bd
2 changed files with 8 additions and 3 deletions

View File

@ -3,10 +3,13 @@
//! Prebuilt binaries are provided for the following platforms:
//! - aarch64-apple-ios
//! - aarch64-apple-ios-sim
//! - aarch64-apple-darwin
//! - x86_64-apple-ios
//! - x86_64
//! - aarch64
//! - aarch64-apple-darwin
//! - x86_64-apple-darwin
//! - aarch64-linux-android
//! - x86_64-linux-android
//! - x86_64 linux
//! - arm64 linux
//!
//! If a specific target is not included the sysytem will fallback to
//! the generic architecture, which may cause problems. e.g. if you compile

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "1.81.0"