diff options
Diffstat (limited to 'rust/examples/dwarf/dwarf_export')
| -rw-r--r-- | rust/examples/dwarf/dwarf_export/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarf/dwarf_export/Cargo.toml b/rust/examples/dwarf/dwarf_export/Cargo.toml index 5f537c69..715686f2 100644 --- a/rust/examples/dwarf/dwarf_export/Cargo.toml +++ b/rust/examples/dwarf/dwarf_export/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["cdylib"] [dependencies] binaryninja = {path="../../../"} -gimli = "^0.28" +gimli = "^0.31" log = "^0.4" object = { version = "0.32.1", features = ["write"] } |
