Ver código fonte

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 ano atrás
pai
commit
0c9b4841d0
1 arquivos alterados com 1 adições e 1 exclusões
  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"