Skip to content

Commit

Permalink
Forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
DotWith committed Mar 10, 2024
1 parent f57906e commit 43e2b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bevy_rmesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["assets/*"]
[dependencies]
bevy = { version = "0.13.0", default-features = false, features = ["bevy_asset", "bevy_pbr", "bevy_render", "bevy_scene"] }
anyhow = "1.0.68"
rmesh = { path = "../rmesh", version = "0.3.3" }
rmesh = { path = "../rmesh", version = "0.3.4" }

[dev-dependencies]
bevy = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion rmesh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmesh"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A parser for the rmesh extension"
Expand Down

0 comments on commit 43e2b37

Please sign in to comment.