File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104    - name : Install Rust 
105105      uses : dtolnay/rust-toolchain@stable 
106106      with :
107-         toolchain : " 1.84 " #  STABLE
107+         toolchain : " 1.85 " #  STABLE
108108    - uses : Swatinem/rust-cache@v2 
109109    - name : Check documentation 
110110      env :
@@ -119,7 +119,7 @@ jobs:
119119    - name : Install Rust 
120120      uses : dtolnay/rust-toolchain@stable 
121121      with :
122-         toolchain : " 1.84 " #  STABLE
122+         toolchain : " 1.85 " #  STABLE
123123        components : rustfmt 
124124    - uses : Swatinem/rust-cache@v2 
125125    - name : Check formatting 
@@ -135,7 +135,7 @@ jobs:
135135    - name : Install Rust 
136136      uses : dtolnay/rust-toolchain@stable 
137137      with :
138-         toolchain : " 1.84 " #  STABLE
138+         toolchain : " 1.85 " #  STABLE
139139        components : clippy 
140140    - uses : Swatinem/rust-cache@v2 
141141    - name : Install SARIF tools 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments