Explorar o código

Do not use bare-metal v0.2.5 (changes MSRV)

Vadim Kaushan %!s(int64=5) %!d(string=hai) anos
pai
achega
b834ae45a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 
 [dependencies]
-bare-metal = "0.2.0"
+bare-metal = ">=0.2.0,<0.2.5"
 bit_field = "0.9.0"
 
 [features]