File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 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
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.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments