diff --git a/rust_crate/Cargo.toml b/rust_crate/Cargo.toml index bdcfd4af..bd941570 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -16,7 +16,7 @@ bevy = ["bevy_ecs"] bevy_ecs = { version = "0.14", optional = true } [target.'cfg(not(target_family = "wasm"))'.dependencies] -allo-isolate = "0.1.25" +allo-isolate = "0.1.26" os-thread-local = "0.1.3" protoc-prebuilt = "0.3.0" home = "0.5.9"