Fix malformed dev-dependencies (#7916)
This was causing the "post release version bump" to fail
This commit is contained in:
parent
2c0ff950d1
commit
97fc8001f7
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user