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 6417452 commit bf1842bCopy full SHA for bf1842b
Cargo.toml
@@ -15,7 +15,7 @@ homepage = "https://github.com/zkat/big-brain"
15
16
[dependencies]
17
bevy = { version = "0.11", default-features = false }
18
-big-brain-derive = { version = "=0.17.0", path = "./derive" }
+big-brain-derive = { version = "=0.18.0", path = "./derive" }
19
20
[dev-dependencies]
21
bevy = { version = "0.11", default-features = true }
derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "big-brain-derive"
3
-version = "0.17.0"
+version = "0.18.0"
4
authors = ["Kat Marchán <[email protected]>"]
5
description = "Procedural macros to simplify implementation of Big Brain traits"
6
documentation = "https://docs.rs/big-brain-derive"
0 commit comments