Browse Source

Update dependencies `riscv` and `spin`

luojia65 3 năm trước cách đây
mục cha
commit
3090b6198a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -27,6 +27,6 @@ targets = [
 [dependencies]
 embedded-hal = "0.2.6"
 nb = "1.0"
-riscv = "0.6"
-spin = "0.7"
+riscv = "0.7"
+spin = "0.9"
 lazy_static = { version = "1", features = ["spin_no_std"] }