From 6c044c678d6baef7feea77c20b47052650b81381 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Tue, 14 Nov 2023 00:56:13 +0200 Subject: [PATCH] Bump bevy_atmosphere_macros to 0.3 --- Cargo.toml | 2 +- macros/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5942cf..6124b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bevy = { version = "0.12", default-features = false, features = [ "bevy_render", "bevy_pbr", ] } -bevy_atmosphere_macros = { path = "macros", version = "0.2.1" } +bevy_atmosphere_macros = { path = "macros", version = "0.3" } cfg-if = "1.0" [dev-dependencies] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d1b27bb..d74c6a1 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_atmosphere_macros" description = "Proc macros for bevy_atmosphere" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] license = "MIT OR Apache-2.0" @@ -14,8 +14,8 @@ exclude = ["/assets/", "/examples/", "/.github/"] proc-macro = true [dependencies] -proc-macro-crate = "1.3" -bevy_macro_utils = "0.11" +proc-macro-crate = "2.0" +bevy_macro_utils = "0.12" syn = "2.0" proc-macro2 = "1.0"