forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrust-toolchain.toml
More file actions
22 lines (20 loc) · 745 Bytes
/
Copy pathrust-toolchain.toml
File metadata and controls
22 lines (20 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/design/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.68.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",
"aarch64-apple-darwin",
]
# The "rust-src" component is currently required for building for the M1 iOS simulator.
components = ["clippy", "rustfmt", "rust-src"]