From 2911dbcdf41b08ab01d8dc7a785fa5ced36e9ee9 Mon Sep 17 00:00:00 2001 From: aviac Date: Sat, 2 Nov 2024 22:24:47 +0100 Subject: [PATCH 1/2] specify proc macro dep version --- bevy-trait-query/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bevy-trait-query/Cargo.toml b/bevy-trait-query/Cargo.toml index d705aae..567a3af 100644 --- a/bevy-trait-query/Cargo.toml +++ b/bevy-trait-query/Cargo.toml @@ -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} From 2eaddd1cbf48f1805ef9edaf2869bd8dcbbb505d Mon Sep 17 00:00:00 2001 From: aviac Date: Sat, 2 Nov 2024 22:25:19 +0100 Subject: [PATCH 2/2] chore: Release --- bevy-trait-query/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bevy-trait-query/Cargo.toml b/bevy-trait-query/Cargo.toml index 567a3af..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"