From f59c6f5012ca7e771c318422d20e9cbbfebb2550 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 11 May 2026 17:35:02 -0600 Subject: [PATCH] ssh-key v0.7.0-rc.10 --- Cargo.lock | 2 +- ssh-key/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25c9a3c..3e6066a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -806,7 +806,7 @@ dependencies = [ [[package]] name = "ssh-key" -version = "0.7.0-rc.9" +version = "0.7.0-rc.10" dependencies = [ "argon2", "bcrypt-pbkdf", diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 2038e7f..bc01567 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-key" -version = "0.7.0-rc.9" +version = "0.7.0-rc.10" description = """ Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and