summaryrefslogtreecommitdiff
path: root/rust/examples/decompile
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/decompile')
-rw-r--r--rust/examples/decompile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/decompile/Cargo.toml b/rust/examples/decompile/Cargo.toml
index 2a6ac3b1..e5a1201f 100644
--- a/rust/examples/decompile/Cargo.toml
+++ b/rust/examples/decompile/Cargo.toml
@@ -2,7 +2,7 @@
name = "decompile"
version = "0.1.0"
authors = ["Fabian Freyer <mail@fabianfreyer.de>"]
-edition = "2018"
+edition = "2021"
[dependencies]
binaryninja = {path="../../"}