Ensure std for teh cache_utils binary

This commit is contained in:
guillaume didier 2020-03-09 14:36:55 +01:00
parent a287a264ba
commit b32ec3a68b

View File

@ -19,3 +19,7 @@ std = ["nix"]
no_std = ["polling_serial", "vga_buffer"] no_std = ["polling_serial", "vga_buffer"]
default = ["std"] default = ["std"]
[[bin]]
name = "cache_utils"
required-features = ["std"]