Skip to content

Commit bf1842b

Browse files
committed
(cargo-release) version 0.18.0
1 parent 6417452 commit bf1842b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage = "https://github.com/zkat/big-brain"
1515

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

2020
[dev-dependencies]
2121
bevy = { version = "0.11", default-features = true }

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "big-brain-derive"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Kat Marchán <[email protected]>"]
55
description = "Procedural macros to simplify implementation of Big Brain traits"
66
documentation = "https://docs.rs/big-brain-derive"

0 commit comments

Comments
 (0)