diff --git a/Cargo.toml b/Cargo.toml index 58c7fc6..ed10070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain" -version = "0.21.0" +version = "0.21.1" authors = ["Kat Marchán "] edition = "2021" description = "Rusty Utility AI library" @@ -16,7 +16,7 @@ homepage = "https://github.com/zkat/big-brain" [dependencies] bevy = { version = "0.14.0", default-features = false } -big-brain-derive = { version = "=0.20.0", path = "./derive" } +big-brain-derive = { version = "=0.21.1", path = "./derive" } [dev-dependencies] bevy = { version = "0.14.0", default-features = true } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 3d40e66..30e74e2 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain-derive" -version = "0.20.0" +version = "0.21.1" authors = ["Kat Marchán "] description = "Procedural macros to simplify implementation of Big Brain traits" documentation = "https://docs.rs/big-brain-derive"