Skip to content

Commit

Permalink
remove versions from cyclic dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 4, 2024
1 parent 69d9d11 commit 9753863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/languages/bevy_mod_scripting_lua_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ vec1 = "1.10.1"
[dev-dependencies]
trybuild = "1.0"
bevy = { workspace = true, default-features = false }
bevy_mod_scripting = { path = "../../../../bevy_mod_scripting", version = "0.6.0", features = [
bevy_mod_scripting = { path = "../../../../bevy_mod_scripting", features = [
"lua",
"lua_script_api",
"lua54",
] }
bevy_script_api = { path = "../../bevy_script_api", version = "0.6.0" }
bevy_mod_scripting_lua = { path = "../bevy_mod_scripting_lua", version = "0.6.0" }
bevy_script_api = { path = "../../bevy_script_api" }
bevy_mod_scripting_lua = { path = "../bevy_mod_scripting_lua" }
bevy_mod_scripting_core = { workspace = true }

0 comments on commit 9753863

Please sign in to comment.