From 2600373c15990e96a322a03f4de09eaa57079fba Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Mon, 18 Nov 2024 03:16:36 +0000 Subject: [PATCH] cargo: ssh-key-dir release 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7aa87ac..9820405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "ssh-key-dir" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ef79775..8f67bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore"] authors = [ "Benjamin Gilbert " ] description = "sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d" readme = "README.md" -version = "0.1.4" +version = "0.1.5" [package.metadata.release] sign-commit = true