diff --git a/bevy-trait-query/Cargo.toml b/bevy-trait-query/Cargo.toml index d705aae..b04be75 100644 --- a/bevy-trait-query/Cargo.toml +++ b/bevy-trait-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy-trait-query" -version = "0.5.1" +version = "0.6.0" edition = "2021" description = "Implementation of trait queries for the bevy game engine" @@ -13,7 +13,7 @@ categories = ["game-development"] default = ["bevy_app", "bevy_core"] [dependencies] -bevy-trait-query-impl = { path = "../bevy-trait-query-impl" } +bevy-trait-query-impl = { version = "0.6.0" } tracing.workspace = true bevy_ecs.workspace = true bevy_app = { workspace = true, optional = true}