Skip to content

Commit 0de69f3

Browse files
author
not-elm
committed
fix: dev-depend version
1 parent b1ff5a1 commit 0de69f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_flurx_ipc_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { workspace = true, optional = true }
2424
[dev-dependencies]
2525
bevy = { version = "0.15", default-features = false }
2626
bevy_flurx = { workspace = true }
27-
bevy_flurx_ipc = { workspace = true }
27+
bevy_flurx_ipc = { version = "*" }
2828
serde = { workspace = true }
2929

3030
[features]

0 commit comments

Comments
 (0)