Browse Source

lib: remove unused dependency `static_assertions`

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 year ago
parent
commit
a8ce357bbd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Cargo.toml

+ 0 - 1
Cargo.toml

@@ -21,7 +21,6 @@ sbi-spec = "0.0.7-alpha.3"
 riscv = { version = "0.10.1", optional = true }
 riscv = { version = "0.10.1", optional = true }
 sbi-rt = { version = "0.0.3-rc.5", features = ["integer-impls"], optional = true }
 sbi-rt = { version = "0.0.3-rc.5", features = ["integer-impls"], optional = true }
 rustsbi-macros = { version = "0.4.0-alpha.1", path = "macros" }
 rustsbi-macros = { version = "0.4.0-alpha.1", path = "macros" }
-static_assertions = "1.1.0"
 
 
 [features]
 [features]
 default = []
 default = []