From d5116e91317fa2864fcbcb4959bd4fe96f5ce825 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Wed, 27 Dec 2023 00:11:28 +0100 Subject: [PATCH] update manifest --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25d32a6..37bbc2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "tree-owners" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7b84854..74f3f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree-owners" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["Adrian Wannenmacher "]