Skip to content

Commit 2c94494

Browse files
author
not-elm
committed
fix: dependencies
1 parent 35ae122 commit 2c94494

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ edition = "2024"
1717
[workspace.dependencies]
1818
bevy = { version = "0.16", default-features = false }
1919
bevy_flurx = { version = "0.11" }
20-
bevy_flurx_ipc = { path = "crates/bevy_flurx_ipc", version = "0.3" }
21-
bevy_flurx_ipc_macro = { path = "crates/bevy_flurx_ipc_macro", version = "0.3" }
22-
bevy_webview_core = { path = "crates/bevy_webview_core", version = "0.3" }
23-
bevy_webview_wry = { path = "crates/bevy_webview_wry", version = "0.3" }
24-
bevy_flurx_api = { path = "crates/bevy_flurx_api", version = "0.3" }
20+
bevy_flurx_ipc = { path = "crates/bevy_flurx_ipc", version = "0.4" }
21+
bevy_flurx_ipc_macro = { path = "crates/bevy_flurx_ipc_macro", version = "0.4" }
22+
bevy_webview_core = { path = "crates/bevy_webview_core", version = "0.4" }
23+
bevy_webview_wry = { path = "crates/bevy_webview_wry", version = "0.4" }
24+
bevy_flurx_api = { path = "crates/bevy_flurx_api", version = "0.4" }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727

0 commit comments

Comments
 (0)