diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-04-22 19:11:45 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-04-22 19:11:45 -0400 |
| commit | 6929009578958634304404179659515738797945 (patch) | |
| tree | ee2d88d1c4bb4cbb6220a91b85524c2c804ac270 /rust/examples/pdb-ng/demo | |
| parent | 8534476934065104161886820729515240153914 (diff) | |
Fix pdb compile on Free edition
Diffstat (limited to 'rust/examples/pdb-ng/demo')
| -rw-r--r-- | rust/examples/pdb-ng/demo/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/rust/examples/pdb-ng/demo/Cargo.toml b/rust/examples/pdb-ng/demo/Cargo.toml index 2d5b0bc4..656d1c6c 100644 --- a/rust/examples/pdb-ng/demo/Cargo.toml +++ b/rust/examples/pdb-ng/demo/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pdb-import-plugin" +name = "pdb-import-plugin-static" version = "0.1.0" edition = "2021" @@ -17,10 +17,5 @@ pdb = "^0.8" cab = "^0.4" regex = "1" -[patch.crates-io] -# Patched pdb crate to implement some extra structures -# If I haven't PR'd this to their repo by the time we ship, DM me until I get to it -pdb = { path = "../pdb-0.8.0-patched" } - [features] demo = [] |
