File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ bevy_ecs = { version = "0.17.1" }
1515tracing = { version = " 0.1.41" }
1616
1717# proc macro
18- bevy-trait-query-impl = { path = " ./bevy-trait-query-impl" , version = " 0.17.0 " }
18+ bevy-trait-query-impl = { path = " ./bevy-trait-query-impl" , version = " 0.17.1 " }
1919proc-macro-crate = { version = " 3.4.0" }
2020proc-macro2 = { version = " 1.0.101" }
2121quote = { version = " 1.0.41" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords = { workspace = true }
66license = { workspace = true }
77name = " bevy-trait-query-impl"
88repository = { workspace = true }
9- version = " 0.17.0 "
9+ version = " 0.17.1 "
1010
1111[lib ]
1212proc-macro = true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords = { workspace = true }
66license = { workspace = true }
77name = " bevy-trait-query"
88repository = { workspace = true }
9- version = " 0.17.0 "
9+ version = " 0.17.1 "
1010
1111[features ]
1212default = [" bevy_app" ]
You can’t perform that action at this time.
0 commit comments