Skip to content

Commit

Permalink
Advance chirp_macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Nov 4, 2023
1 parent 16bc91f commit 48613d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chirp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ron.workspace = true
smallvec.workspace = true
thiserror.workspace = true
winnow.workspace = true
cuicui_chirp_macros = { version = "0.10.2", path = "../chirp_macros", optional = true }
cuicui_chirp_macros = { version = "0.11.0", path = "../chirp_macros", optional = true }
cuicui_dsl.workspace = true
bevy = { version = "0.12", default-features = false, features = ["bevy_asset", "bevy_scene"] }

Expand Down
2 changes: 1 addition & 1 deletion chirp_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Proc macros for the cuicui_chirp crate"
categories = ["game-development", "gui", "value-formatting"]
keywords = ["bevy"]
readme = "README.md"
version = "0.10.2"
version = "0.11.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 48613d4

Please sign in to comment.