浏览代码

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

Vadim Kaushan 5 年之前
父节点
当前提交
b834ae45a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]