mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
chore: fix toolchain and platforms
This commit is contained in:
parent
da8cba1473
commit
e2a33dc2bd
@ -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
2
rust-toolchain.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.81.0"
|
||||
Loading…
x
Reference in New Issue
Block a user