diff options
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] |
