From 73e228c59046ed2eb315a5a6e8f84bebe9552cdc Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 5 Dec 2021 20:30:30 +0800 Subject: [PATCH] Use Rust 2018 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14234b0..25e712a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lddtree" version = "0.1.0" -edition = "2021" +edition = "2018" description = "Read the ELF dependency tree" license = "MIT" keywords = ["ldd", "elf"]