Explorar el Código

revert default feature list once again

Grant Limberg hace 4 semanas
padre
commit
4237830a97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rustybits/Cargo.toml

+ 1 - 1
rustybits/Cargo.toml

@@ -7,7 +7,7 @@ edition = "2021"
 crate-type = ["staticlib", "rlib"]
 
 [features]
-default = ["zeroidc", "ztcontroller"]
+default = ["zeroidc"]
 zeroidc = []
 ztcontroller = [
     "dep:serde",