From adcb567cff577469ff6020cac0aaca6a45bc6732 Mon Sep 17 00:00:00 2001 From: malco <56635871+salon64@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:32:45 +0200 Subject: [PATCH] set the mips dissasembly to a working version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 161828c..dbc996c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" members = [ "mips-lib", "riscv"] [dependencies] -MIPS_disassembly = "0.1.2" +MIPS_disassembly = "=0.1.3" anyhow = "1.0.72" clap = { version = "4.3.15", features = ["derive"] } elf = "0.7.4"