From 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 17:34:59 -0500 Subject: Bump supported rust version to 1.83.0 --- 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 09c510f6..63d61c26 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.4", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } -- cgit v1.3.1