diff --git a/Cargo.lock b/Cargo.lock index c7e3d0ec..3704f826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ssh-key" -version = "0.7.0-rc.2" +version = "0.7.0-rc.3" dependencies = [ "argon2", "bcrypt-pbkdf", diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 0c04ed08..36097cca 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-key" -version = "0.7.0-rc.2" +version = "0.7.0-rc.3" 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