From fac0b34b20d18dd3d539c28f98ebe92829abe394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Tue, 22 Oct 2024 22:21:19 +0200 Subject: [PATCH] remove reference to missing file in bevy_remote cargo.toml (#16057) # Objective - bevy_remote Cargo.toml file references a readme that doesn't exist - This is blocking releasing the rc ## Solution - Remove the reference --- crates/bevy_remote/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_remote/Cargo.toml b/crates/bevy_remote/Cargo.toml index 9a825b3ffff41..4a12f7742c997 100644 --- a/crates/bevy_remote/Cargo.toml +++ b/crates/bevy_remote/Cargo.toml @@ -7,7 +7,6 @@ homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" license = "MIT OR Apache-2.0" keywords = ["bevy"] -readme = "README.md" [features] default = ["http"]