File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bevy_app = "0.15"
12
12
bevy_core = " 0.15"
13
13
14
14
# proc macro
15
- bevy-trait-query-impl = { version = " 0.6 .0" , path = " ./bevy-trait-query-impl" }
15
+ bevy-trait-query-impl = { version = " 0.7 .0" , path = " ./bevy-trait-query-impl" }
16
16
proc-macro2 = " 1"
17
17
syn = { version = " 2" , features = [" full" ] }
18
18
quote = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy-trait-query-impl"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
edition = " 2021"
5
5
6
6
description = " Procedural macro for `bevy-trait-query`"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy-trait-query"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
edition = " 2021"
5
5
6
6
description = " Implementation of trait queries for the bevy game engine"
You can’t perform that action at this time.
0 commit comments