From 0b14629dd72338170e34c1f2e04b464e31d8d14a Mon Sep 17 00:00:00 2001 From: Byson94 Date: Fri, 24 Oct 2025 19:02:28 +0530 Subject: [PATCH] feat: move to rhai_trace 0.3.1 to not panic on certain err --- Cargo.lock | 4 ++-- crates/rhai_impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1e016b..bc1d046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1781,9 +1781,9 @@ dependencies = [ [[package]] name = "rhai_trace" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90093b2d5beff618cbf5698c4952ecca7eca5c5a6d9a892c0d19d9046d8329e4" +checksum = "4415c698df298d65e46e6d73905afc1b08e2fb60e68b1850c1af9e7dc499d467" dependencies = [ "rhai", ] diff --git a/crates/rhai_impl/Cargo.toml b/crates/rhai_impl/Cargo.toml index fe57750..539a256 100644 --- a/crates/rhai_impl/Cargo.toml +++ b/crates/rhai_impl/Cargo.toml @@ -22,6 +22,6 @@ ahash.workspace = true nix = { workspace = true, features = ["process", "fs", "signal"] } libc.workspace = true # error handling -rhai_trace = "0.3.0" +rhai_trace = "0.3.1" codespan-reporting.workspace = true regex.workspace = true \ No newline at end of file