Browse Source

Remove crate pinning

Aaron Gowatch 1 year ago
parent
commit
9d9cb77579
1 changed files with 1 additions and 1 deletions
  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"