Fix malformed dev-dependencies (#7916)

This was causing the "post release version bump" to fail
This commit is contained in:
Carter Anderson 2023-03-06 00:47:07 +00:00
parent 2c0ff950d1
commit 97fc8001f7

View File

@ -17,7 +17,7 @@ bevy_math = { path = "../bevy_math", version = "0.9.0" }
bevy_reflect = { path = "../bevy_reflect", version = "0.9.0", features = ["bevy"] }
serde = { version = "1", features = ["derive"], optional = true }
[dev_dependencies]
[dev-dependencies]
bevy_tasks = { path = "../bevy_tasks", version = "0.9.0" }
[features]