Explorar el Código

Cargo.toml: add bench=false to disable libtest benchmarker

zero hace 2 años
padre
commit
edf36acc88
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -11,6 +11,7 @@ edition = "2021"
 [lib]
 name = "darkfi"
 doctest = false
+bench = false
 
 #[profile.release]
 #debug = true