File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,27 @@ language: rust
22
33matrix :
44  include :
5+     #  MSRV
56    - env : TARGET=x86_64-unknown-linux-gnu 
67      rust : 1.31.0 
78      if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) 
89
10+     #  MSRV
911    - env : TARGET=armv7r-none-eabi 
1012      rust : 1.31.0 
1113      if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) 
1214
15+     #  MSRV
1316    - env : TARGET=armv7r-none-eabihf 
1417      rust : 1.31.0 
1518      if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) 
1619
20+     #  MSRV
1721    - env : TARGET=armebv7r-none-eabi 
1822      rust : 1.31.0 
1923      if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) 
2024
25+     #  MSRV
2126    - env : TARGET=armebv7r-none-eabihf 
2227      rust : 1.31.0 
2328      if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) 
Original file line number Diff line number Diff line change 66
77This project is developed and maintained by the [ Cortex-R team] [ team ] .
88
9+ # Minimum Supported Rust Version (MSRV)  
10+ 
11+ This crate is guaranteed to compile on stable Rust 1.31.0 and up. It * might* 
12+ compile with older versions but that may change in any new patch release.
13+ 
914## License  
1015
1116The ` arm-dcc `  crate is distributed under the terms of both the MIT license and
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments