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/pdb-ng/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/examples/pdb-ng') diff --git a/rust/examples/pdb-ng/Cargo.toml b/rust/examples/pdb-ng/Cargo.toml index 8636bced..6302f121 100644 --- a/rust/examples/pdb-ng/Cargo.toml +++ b/rust/examples/pdb-ng/Cargo.toml @@ -9,11 +9,9 @@ crate-type = ["cdylib"] [dependencies] anyhow = "^1.0" binaryninja = {path = "../../"} -home = "^0.5.5" itertools = "^0.11" log = "^0.4" pdb = "^0.8" -cab = "^0.4" regex = "1" [features] -- cgit v1.3.1