File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868# 
6969#  FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
7070#         either automatically or manually.
71- export  RUST_RELEASE_CHANNEL=nightly 
71+ export  RUST_RELEASE_CHANNEL=beta 
7272
7373#  Always set the release channel for bootstrap; this is normally not important (i.e., only dist
7474#  builds would seem to matter) but in practice bootstrap wants to know whether we're targeting
Original file line number Diff line number Diff line change 1212# stable release's version number. `date` is the date where the release we're
1313# bootstrapping off was released.
1414
15- date: 2021-02-14 
16- rustc: beta 
15+ date: 2021-03-23 
16+ rustc: 1.51.0 
1717
1818# We use a nightly rustfmt to format the source because it solves some
1919# bootstrapping issues with use of new syntax in this repo. If you're looking at
2020# the beta/stable branch, this key should be omitted, as we don't want to depend
2121# on rustfmt from nightly there.
22- rustfmt: nightly-2021-01-28
22+ # rustfmt: nightly-2021-01-28
2323
2424# When making a stable release the process currently looks like:
2525#
@@ -39,4 +39,4 @@ rustfmt: nightly-2021-01-28
3939# looking at a beta source tarball and it's uncommented we'll shortly comment it
4040# out.
4141
42- # dev: 1
42+ dev: 1
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments