Parcourir la source

Update bare-metal.

David Craven il y a 6 ans
Parent
commit
5e55720ad8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 
 [dependencies]
-bare-metal = "0.1.1"
+bare-metal = "0.2.0"
 
 [features]
 inline-asm = []