Skip to content

Commit 0c0e7dd

Browse files
authored
update proc macro (#57)
1 parent c57f013 commit 0c0e7dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55

66
description = "Implementation of trait queries for the bevy game engine"
@@ -15,7 +15,7 @@ categories = ["game-development"]
1515
default = ["bevy_app", "bevy_core"]
1616

1717
[dependencies]
18-
bevy-trait-query-impl = { path = "proc-macro", version = "0.4.0" }
18+
bevy-trait-query-impl = { path = "proc-macro", version = "0.5.0" }
1919
tracing = "0.1"
2020

2121
[dependencies.bevy_ecs]

proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query-impl"
3-
version = "0.4.0"
3+
version = "0.5.1"
44
edition = "2021"
55

66
description = "Procedural macro for `bevy-trait-query`"

0 commit comments

Comments
 (0)