diff --git a/kitchen/Cargo.toml b/kitchen/Cargo.toml index 63c304c..4effb6d 100644 --- a/kitchen/Cargo.toml +++ b/kitchen/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition2021"] - [package] name = "kitchen" version = "0.2.5" diff --git a/recipes/Cargo.toml b/recipes/Cargo.toml index 4ff6bfc..36f6f81 100644 --- a/recipes/Cargo.toml +++ b/recipes/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition2021"] - [package] name = "recipes" version = "0.2.5"