diff options
Diffstat (limited to 'rust/examples/dwarf/dwarfdump')
| -rw-r--r-- | rust/examples/dwarf/dwarfdump/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarf/dwarfdump/Cargo.toml b/rust/examples/dwarf/dwarfdump/Cargo.toml index 0ede6afb..3f1e25f6 100644 --- a/rust/examples/dwarf/dwarfdump/Cargo.toml +++ b/rust/examples/dwarf/dwarfdump/Cargo.toml @@ -10,4 +10,4 @@ crate-type = ["cdylib"] [dependencies] dwarfreader = { path = "../shared/" } binaryninja = {path="../../../"} -gimli = "0.28" +gimli = "0.31" |
