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
This commit is contained in:
François Mockers 2024-10-22 22:21:19 +02:00 committed by GitHub
parent 9d54fe0370
commit fac0b34b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]