From 120f84741b494182bc932489c6dc70488e912162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 30 Nov 2024 10:55:14 -0800 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6632bde..d914267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain" -version = "0.21.1" +version = "0.22.0" 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.15.0", default-features = false } -big-brain-derive = { version = "=0.21.1", path = "./derive" } +big-brain-derive = { version = "=0.22.0", path = "./derive" } [dev-dependencies] bevy = { version = "0.15.0", default-features = true } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 30e74e2..46c78e3 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain-derive" -version = "0.21.1" +version = "0.22.0" authors = ["Kat Marchán "] description = "Procedural macros to simplify implementation of Big Brain traits" documentation = "https://docs.rs/big-brain-derive"