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