unknown variant dev >:(

This commit is contained in:
missing 2022-09-09 13:16:57 -05:00
parent c1ba18b03f
commit 95c54ae470

View file

@ -49,6 +49,7 @@ pub struct BaseDependency {
}
#[derive(Serialize, Deserialize, Clone, Copy)]
#[serde(rename_all = "lowercase")]
pub enum DependencyKind {
Dev,
Build,