From 2fe610f9ef8b6a01d69ff6e0ce8476b020912a71 Mon Sep 17 00:00:00 2001 From: Luke Biery Date: Mon, 2 Feb 2026 12:04:03 -0500 Subject: [PATCH] Fix rle in gdbstub --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57a2ce8..34d1c13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["lib"] capi = [] [dependencies] -gdbstub = "0.7" +gdbstub = "0.7.9" singlyton = "4" unicorn-engine = { version = "2.1.4", features = ["dynamic_linkage"] }