Move StdTimeout to ectool under std feature

This commit is contained in:
Jeremy Soller
2020-09-16 12:41:28 -06:00
committed by Jeremy Soller
parent 525e21033f
commit ad5cd931e3
4 changed files with 37 additions and 28 deletions

View File

@@ -14,5 +14,6 @@ name = "ectool"
redox_hwio = "0.1.1"
[features]
default = []
default = ["std"]
stable = ["redox_hwio/stable"]
std = []