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