Skip to content

Commit

Permalink
chore: resolve crate version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Feb 19, 2024
1 parent 2882569 commit 1086fe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_interleave"
description = "bevy support for e2e packed to planar bind groups"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["mosure <mitchell@mosure.me>"]
license = "MIT"
Expand Down Expand Up @@ -29,8 +29,8 @@ members = [


[dependencies]
bevy_interleave_interface = { path = "crates/bevy_interleave_interface", version = "0.2.0" }
bevy_interleave_macros = { path = "crates/bevy_interleave_macros", version = "0.2.0" }
bevy_interleave_interface = { path = "crates/bevy_interleave_interface", version = "0.2.1" }
bevy_interleave_macros = { path = "crates/bevy_interleave_macros", version = "0.2.1" }
bytemuck = "1.14"
serde = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_interleave_interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_interleave_interface"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "interface for e2e packed to planar bind groups"
homepage = "https://github.com/mosure/bevy_interleave"
Expand Down
4 changes: 2 additions & 2 deletions crates/bevy_interleave_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_interleave_macros"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "macros for e2e packed to planar bind groups"
homepage = "https://github.com/mosure/bevy_interleave"
Expand All @@ -13,7 +13,7 @@ keywords = [


[dependencies]
bevy_interleave_interface = { path = "../bevy_interleave_interface", version = "0.2.0" }
bevy_interleave_interface = { path = "../bevy_interleave_interface", version = "0.2.1" }
bytemuck = "1.14"
convert_case = "0.6"
proc-macro2 = "1.0"
Expand Down

0 comments on commit 1086fe6

Please sign in to comment.