Skip to content

Commit

Permalink
Bumping to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
recatek committed Jun 13, 2023
1 parent 8e98c23 commit d2c3d0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gecs"
version = "0.2.0"
version = "0.2.1"
authors = ["recatek"]
description = "A generated entity component system."
edition = "2021"
Expand All @@ -15,6 +15,6 @@ default = []
32_components = []

[dependencies]
gecs_macros = { version = "0.2.0", path = "macros" }
gecs_macros = { version = "0.2.1", path = "macros" }

seq-macro = { version = "0.3" } # For building "variadic" storage
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gecs_macros"
version = "0.2.0"
version = "0.2.1"
authors = ["recatek"]
description = "Procedural macros for the gecs crate."
edition = "2021"
Expand Down

0 comments on commit d2c3d0a

Please sign in to comment.