diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 15:41:29 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 15:41:29 -0500 |
| commit | e19a72a20d5cb35d6f3873f308a3a98d7046d762 (patch) | |
| tree | 10abaa9bdee57ab6a3dee67b0a972a388725cefe /plugins/pdb-ng/demo | |
| parent | 26ed2cdfb13591c63a52e978ead5eae0b6acb0c4 (diff) | |
Fix statically linking PDB import plugin for demo builds
Diffstat (limited to 'plugins/pdb-ng/demo')
| -rw-r--r-- | plugins/pdb-ng/demo/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
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] |
