File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323          - msrv 
2424        include :
2525          - os : ubuntu-latest 
26-             rust : stable 
26+             rust : msrv 
2727            lint : 1 
2828          - rust : stable 
2929            rust-args : --all-features 
3939          if [ "$ver" = msrv ]; then 
4040              ver=$(cargo metadata --format-version 1 --no-deps | \ 
4141                  jq -r '.packages[0].rust_version') 
42+               extra=(-c rustfmt -c clippy) 
4243          fi 
43-           rustup toolchain install "$ver" --profile minimal --no-self-update 
44+           rustup toolchain install "$ver" --profile minimal --no-self-update "${extra[@]}"  
4445          rustup default "$ver" 
4546          echo "Installed:" 
4647          cargo --version 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "1.1.2"
44authors  = [
" Cecile Tonglet <[email protected] >" ]
55license  = " MIT OR Apache-2.0" 
66edition  = " 2021" 
7- rust-version  = " 1.63 " 
7+ rust-version  = " 1.65 " 
88description  = " Pure Rust library to read and modify GUID partition tables" 
99repository  = " https://github.com/rust-disk-partition-management/gptman" 
1010homepage  = " https://github.com/rust-disk-partition-management/gptman" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments