Skip to content

Commit 43e2b37

Browse files
committed
Forgot
1 parent f57906e commit 43e2b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_rmesh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["assets/*"]
1414
[dependencies]
1515
bevy = { version = "0.13.0", default-features = false, features = ["bevy_asset", "bevy_pbr", "bevy_render", "bevy_scene"] }
1616
anyhow = "1.0.68"
17-
rmesh = { path = "../rmesh", version = "0.3.3" }
17+
rmesh = { path = "../rmesh", version = "0.3.4" }
1818

1919
[dev-dependencies]
2020
bevy = "0.13.0"

rmesh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rmesh"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A parser for the rmesh extension"

0 commit comments

Comments
 (0)