Skip to content

Commit

Permalink
remove reference to missing file in bevy_remote cargo.toml (bevyengin…
Browse files Browse the repository at this point in the history
…e#16057)

# Objective

- bevy_remote Cargo.toml file references a readme that doesn't exist
- This is blocking releasing the rc

## Solution

- Remove the reference
  • Loading branch information
mockersf authored Oct 22, 2024
1 parent 9d54fe0 commit fac0b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit fac0b34

Please sign in to comment.