From e0d37ae2bb7af2a0f85d8f201d70bcee1cd206c0 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 29 Jun 2026 09:59:32 -0600 Subject: [PATCH] ssh-key v0.7.0-rc.11 --- Cargo.lock | 2 +- ssh-key/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8552831..5dd5739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "ssh-key" -version = "0.7.0-rc.10" +version = "0.7.0-rc.11" dependencies = [ "argon2", "bcrypt-pbkdf", diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index c512734..ed7683d 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-key" -version = "0.7.0-rc.10" +version = "0.7.0-rc.11" 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