Procházet zdrojové kódy

Update bare-metal.

David Craven před 6 roky
rodič
revize
5e55720ad8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 = []