summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/shared
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-03-14 13:48:38 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2024-03-14 22:22:59 -0400
commit2bff146870679690be54f00f9299ad7b521bab57 (patch)
treea5b80d343b194fdd2e7cb075f4441fe3fbd24d57 /rust/examples/dwarf/shared
parent6e04c943e75ebdfbc6e940d0aa3d88a54b4c264b (diff)
Update to Rust 1.76
Diffstat (limited to 'rust/examples/dwarf/shared')
-rw-r--r--rust/examples/dwarf/shared/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarf/shared/Cargo.toml b/rust/examples/dwarf/shared/Cargo.toml
index 9cbd5a22..521a705e 100644
--- a/rust/examples/dwarf/shared/Cargo.toml
+++ b/rust/examples/dwarf/shared/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
binaryninja = {path="../../../"}
-gimli = "0.27"
+gimli = "0.28"