Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
ten3roberts committed Oct 29, 2023
1 parent cb4dddd commit 471e001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flax"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Tei Leelo Roberts <[email protected]>"]
description = "An ergonomic archetypical ECS"
Expand All @@ -16,7 +16,7 @@ members = ["flax-derive", "asteroids"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flax-derive = { path = "./flax-derive", version = "0.6.0", optional = true }
flax-derive = { path = "./flax-derive", version = "0.7.0", optional = true }

flume = { version = "0.11.0", default_features = false, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion flax-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flax-derive"
authors = ["Tei Leelo Roberts <[email protected]>"]
version = "0.6.0"
version = "0.7.0"
description = "Derive macros for flax"
edition = "2021"
documentation = "https://docs.rs/flax"
Expand Down

0 comments on commit 471e001

Please sign in to comment.