From e19a72a20d5cb35d6f3873f308a3a98d7046d762 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 15:41:29 -0500 Subject: Fix statically linking PDB import plugin for demo builds --- plugins/pdb-ng/demo/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/pdb-ng/demo') diff --git a/plugins/pdb-ng/demo/Cargo.toml b/plugins/pdb-ng/demo/Cargo.toml index f9f446b5..3a36023f 100644 --- a/plugins/pdb-ng/demo/Cargo.toml +++ b/plugins/pdb-ng/demo/Cargo.toml @@ -9,12 +9,11 @@ path = "../src/lib.rs" [dependencies] anyhow = "^1.0" -binaryninja = {path = "../../../"} -home = "^0.5.5" +binaryninja = { workspace = true, features = ["demo"]} +binaryninjacore-sys.workspace = true itertools = "^0.11" log = "0.4" -pdb = { git = "https://github.com/Vector35/pdb-rs", branch = "master" } -cab = "^0.4" +pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" } regex = "1" [features] -- cgit v1.3.1