From aa3ba6af1c7e00b1d084596fecc82dc3886a1a34 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 12 Dec 2021 16:59:56 +0800 Subject: [PATCH] Bump version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14263a5..036ce84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lddtree" -version = "0.1.1" +version = "0.1.2" edition = "2018" description = "Read the ELF dependency tree" license = "MIT"