From 2bff146870679690be54f00f9299ad7b521bab57 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 14 Mar 2024 13:48:38 -0400 Subject: Update to Rust 1.76 --- rust/examples/decompile/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/examples/decompile') diff --git a/rust/examples/decompile/Cargo.toml b/rust/examples/decompile/Cargo.toml index 3c3cbb3e..09c510f6 100644 --- a/rust/examples/decompile/Cargo.toml +++ b/rust/examples/decompile/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] binaryninja = {path="../../"} -clap = { version = "4.3", features = ["derive"] } +clap = { version = "4.4", features = ["derive"] } -- cgit v1.3.1