Skip to content

Commit

Permalink
Bump bevy_atmosphere_macros to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Nov 13, 2023
1 parent a3ba630 commit 6c044c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 6c044c6

Please sign in to comment.