From 584e7d00ff228bcf14e2fb42c2047a52bdd1b664 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Mon, 12 Jun 2023 15:10:48 -0400 Subject: [PATCH] Remove stray boilerplate line in `bevy_dynamic_plugin/Cargo.toml` (#8830) This line is autogenerated with new projects and was never cleaned up. --- crates/bevy_dynamic_plugin/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 1003486b83..c735c69e2a 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -8,8 +8,6 @@ repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] # bevy bevy_app = { path = "../bevy_app", version = "0.11.0-dev" }