File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ main() {
7070    cargo init --name foo $td 
7171    echo  ' cortex-m = "0.7.0"' >>  $td /Cargo.toml
7272    echo  ' cortex-m-rt = "0.6.13"' >>  $td /Cargo.toml
73-     echo  ' vcell = "0.1.0 "' >>  $td /Cargo.toml
73+     echo  ' vcell = "0.1.2 "' >>  $td /Cargo.toml
7474    echo  ' [profile.dev]' >>  $td /Cargo.toml
7575    echo  ' incremental = false' >>  $td /Cargo.toml
7676
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use std::io::prelude::*;
55use  std:: path:: PathBuf ; 
66use  std:: process:: { Command ,  Output } ; 
77
8- const  CRATES_ALL :  & [ & str ]  = & [ "bare-metal = \" 0.2.0\" " ,  "vcell = \" 0.1.0 \" " ] ; 
8+ const  CRATES_ALL :  & [ & str ]  = & [ "bare-metal = \" 0.2.0\" " ,  "vcell = \" 0.1.2 \" " ] ; 
99const  CRATES_MSP430 :  & [ & str ]  = & [ "msp430 = \" 0.2.2\" " ] ; 
1010const  CRATES_CORTEX_M :  & [ & str ]  = & [ "cortex-m = \" 0.7.0\" " ,  "cortex-m-rt = \" 0.6.13\" " ] ; 
1111const  CRATES_RISCV :  & [ & str ]  = & [ "riscv = \" 0.5.0\" " ,  "riscv-rt = \" 0.6.0\" " ] ; 
Original file line number Diff line number Diff line change 5353//! ``` 
5454//! 
5555//! The resulting crate must provide an opt-in "rt" feature and depend on these crates: 
56- //! `cortex-m` v0.7, `cortex-m-rt` >=v0.6.13 and `vcell` v0.1.x . Furthermore 
56+ //! `cortex-m` v0.7, `cortex-m-rt` >=v0.6.13 and `vcell` >= v0.1.2 . Furthermore 
5757//! the "device" feature of `cortex-m-rt` must be enabled when the "rt" feature is enabled. The 
5858//! `Cargo.toml` of the device crate will look like this: 
5959//! 
6060//! ``` toml 
6161//! [dependencies] 
6262//! cortex-m = "0.7" 
63- //! vcell = "0.1.0 " 
63+ //! vcell = "0.1.2 " 
6464//! 
6565//! [dependencies.cortex-m-rt] 
6666//! optional = true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments