浏览代码

Pin embedded-hal to 1.0.0-rc.1

embedded-hal 1.0.0-rc.2 introduces backwards incompatible changes.  This change pins the crate to 1.0.0-rc.1.
purplethunder 1 年之前
父节点
当前提交
0c9b4841d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      riscv/Cargo.toml

+ 1 - 1
riscv/Cargo.toml

@@ -24,4 +24,4 @@ critical-section-single-hart = ["critical-section/restore-state-bool"]
 
 [dependencies]
 critical-section = "1.1.2"
-embedded-hal = "1.0.0-rc.1"
+embedded-hal = "=1.0.0-rc.1"