Skip to content

Commit 1cbd67f

Browse files
authored
formatting fix in bevy_remote cargo.toml (#20033)
# Objective - bevy_log is not "others". it's part of Bevy ## Solution - Move it - Also use the same format as other Bevy dependency (path first) as I use it in some regexes to run tests on the repo
1 parent 09ccedd commit 1cbd67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_remote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-fea
3030
"serialize",
3131
] }
3232
bevy_asset = { path = "../bevy_asset", version = "0.17.0-dev", optional = true }
33+
bevy_log = { path = "../bevy_log", version = "0.17.0-dev" }
3334

3435
# other
3536
anyhow = "1"
@@ -38,7 +39,6 @@ serde = { version = "1", features = ["derive"] }
3839
serde_json = "1.0.140"
3940
http-body-util = "0.1"
4041
async-channel = "2"
41-
bevy_log = { version = "0.17.0-dev", path = "../bevy_log" }
4242

4343
# dependencies that will not compile on wasm
4444
[target.'cfg(not(target_family = "wasm"))'.dependencies]

0 commit comments

Comments
 (0)