File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -153,18 +153,20 @@ no-default-features = true
153
153
154
154
# Target to test build on, used as the default landing page (default: "x86_64-unknown-linux-gnu")
155
155
#
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:
157
164
# - x86_64-unknown-linux-gnu
158
165
# - x86_64-apple-darwin
159
166
# - x86_64-pc-windows-msvc
160
167
# - i686-unknown-linux-gnu
161
- # - i686-apple-darwin
162
168
# - i686-pc-windows-msvc
163
- default-target = "x86_64-unknown-linux-gnu"
164
-
165
- # Targets to build (default: all tier 1 targets)
166
169
#
167
- # Same available targets as `default-target`.
168
170
# Set this to `[]` to only build the default target.
169
171
#
170
172
# If `default-target` is unset, the first element of `targets` is treated as the default target.
You can’t perform that action at this time.
0 commit comments