Ensure std for teh cache_utils binary
This commit is contained in:
parent
a287a264ba
commit
b32ec3a68b
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user