From 04499d2a5aaa9d115d05a6eaad92a3323bd16e87 Mon Sep 17 00:00:00 2001 From: Roms1383 Date: Mon, 1 Jan 2024 11:26:38 +0700 Subject: [PATCH] :pushpin: update to latest red4ext-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2267e1963..4d89d8a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ audioware-macros = { path = "audioware-macros" } audioware-types = { path = "audioware-types" } cxx = "1" fixed-map = { version = "0.9.3", features = ["serde"] } -red4ext-rs = { git = "https://github.com/jac3km4/red4ext-rs.git", rev = "d2d7713", features = ["macros"] } +red4ext-rs = { git = "https://github.com/jac3km4/red4ext-rs.git", rev = "b9cff58", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } strum = "0.25" strum_macros = "0.25"