forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrust-toolchain
More file actions
21 lines (19 loc) · 709 Bytes
/
rust-toolchain
File metadata and controls
21 lines (19 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See https://rust-lang.github.io/rustup/overrides.html for details on how this file works
# and how you can override the choices made herein.
# See also:
# * ./docs/rust-versions.md for our policy on what version is specified here.
# * ./.circleci/config.yml which also specifies the minimum rust version
# supported and used in CI.
[toolchain]
channel = "1.57.0"
targets = [
"aarch64-linux-android",
"armv7-linux-androideabi",
"i686-linux-android",
"x86_64-linux-android",
"aarch64-apple-ios",
"x86_64-apple-ios",
"aarch64-apple-ios-sim"
]
# The "rust-src" component is currently required for building for the M1 iOS simulator.
components = ["clippy", "rustfmt", "rust-src"]