We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57f013 commit 0c0e7ddCopy full SHA for 0c0e7dd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy-trait-query"
3
-version = "0.5.0"
+version = "0.5.1"
4
edition = "2021"
5
6
description = "Implementation of trait queries for the bevy game engine"
@@ -15,7 +15,7 @@ categories = ["game-development"]
15
default = ["bevy_app", "bevy_core"]
16
17
[dependencies]
18
-bevy-trait-query-impl = { path = "proc-macro", version = "0.4.0" }
+bevy-trait-query-impl = { path = "proc-macro", version = "0.5.0" }
19
tracing = "0.1"
20
21
[dependencies.bevy_ecs]
proc-macro/Cargo.toml
name = "bevy-trait-query-impl"
-version = "0.4.0"
description = "Procedural macro for `bevy-trait-query`"
0 commit comments