Skip to content

Commit

Permalink
Bumping to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
recatek committed Jul 22, 2023
1 parent 21ff6dd commit e7be1b3
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.2"
version = "0.3.0"
authors = ["recatek"]
description = "A generated entity component system."
edition = "2021"
Expand All @@ -19,6 +19,6 @@ wrapping_entity_version = []
wrapping_entity_raw_version = []

[dependencies]
gecs_macros = { version = "0.2.2", path = "macros", default_features = false }
gecs_macros = { version = "0.3.0", path = "macros", default_features = false }

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.2"
version = "0.3.0"
authors = ["recatek"]
description = "Procedural macros for the gecs crate."
edition = "2021"
Expand Down

0 comments on commit e7be1b3

Please sign in to comment.