forked from ferrilab/bitvec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrust-toolchain.toml
More file actions
30 lines (27 loc) · 799 Bytes
/
rust-toolchain.toml
File metadata and controls
30 lines (27 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
########################################################################
# Rust Toolchain Configuration #
# #
# This file governs the Rust toolchain used to build and operate the #
# project. #
########################################################################
[toolchain]
channel = "1.56.0"
profile = "default"
components = [
"clippy",
"rustfmt",
"rust-src",
]
# channel = "nightly"
# components = [
# "miri",
# ]
# Additional tools available through Cargo:
#
# - `mdbook --vers 0.4.15`
# - `cargo-tarpaulin --vers 0.19.1`
# - `tokei --vers 12.1.2`
# - `cross --vers 0.2.1`
# Additional system tools:
#
# - Docker