An error occurred while fetching the assigned milestone of the selected merge_request.
bb-imager: Featuregate more things
Files
9- Ayush Singh authored
Not using config in CLI rn, so make it optional. Allows making serde and related crates optional as well. Macos support currently needs serde, so cannot remove it. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
+ 1
− 43
@@ -9,10 +9,7 @@ use serde::{Deserialize, Serialize};
@@ -50,15 +47,6 @@ pub struct OsList {
@@ -97,36 +85,6 @@ impl From<compact::Config> for Config {