diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-08-04 18:14:00 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-08-22 10:00:01 -0400 |
| commit | 02ea8d7309a0c0777ac8a07bfc1e0fd497e9f5f5 (patch) | |
| tree | a193d8d33e8f7a841ac5fd7bd874beb585c4bd36 /rust/examples/dwarf/dwarfdump/Cargo.toml | |
| parent | b7a03b4d5e24485691ece768c1ea219312e9b9f8 (diff) | |
DWARF : Update gimli dependency
Diffstat (limited to 'rust/examples/dwarf/dwarfdump/Cargo.toml')
| -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 da25a756..1d3411a0 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.26" +gimli = "0.27" |
