Skip to content

Commit

Permalink
(cargo-release) version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 16, 2023
1 parent 6417452 commit bf1842b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage = "https://github.com/zkat/big-brain"

[dependencies]
bevy = { version = "0.11", default-features = false }
big-brain-derive = { version = "=0.17.0", path = "./derive" }
big-brain-derive = { version = "=0.18.0", path = "./derive" }

[dev-dependencies]
bevy = { version = "0.11", default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "big-brain-derive"
version = "0.17.0"
version = "0.18.0"
authors = ["Kat Marchán <[email protected]>"]
description = "Procedural macros to simplify implementation of Big Brain traits"
documentation = "https://docs.rs/big-brain-derive"
Expand Down

0 comments on commit bf1842b

Please sign in to comment.