Skip to content

Commit ccf21a6

Browse files
committed
Update docs
This also removes the outdated x32 apple target
1 parent eb4440c commit ccf21a6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

templates/about.hbs

+8-6
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,20 @@ no-default-features = true
153153

154154
# Target to test build on, used as the default landing page (default: "x86_64-unknown-linux-gnu")
155155
#
156-
# Available targets:
156+
# Any target supported by rustup can be used.
157+
default-target = "x86_64-unknown-linux-gnu"
158+
159+
# Targets to build (default: see below)
160+
#
161+
# Any target supported by rustup can be used.
162+
#
163+
# Default targets:
157164
# - x86_64-unknown-linux-gnu
158165
# - x86_64-apple-darwin
159166
# - x86_64-pc-windows-msvc
160167
# - i686-unknown-linux-gnu
161-
# - i686-apple-darwin
162168
# - i686-pc-windows-msvc
163-
default-target = "x86_64-unknown-linux-gnu"
164-
165-
# Targets to build (default: all tier 1 targets)
166169
#
167-
# Same available targets as `default-target`.
168170
# Set this to `[]` to only build the default target.
169171
#
170172
# If `default-target` is unset, the first element of `targets` is treated as the default target.

0 commit comments

Comments
 (0)