From 6b72298dcaaf26247ba34274d16b733fa4841923 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 2 Jun 2025 11:07:31 -0600 Subject: [PATCH] ssh-cipher v0.3.0-rc.1 --- Cargo.lock | 2 +- ssh-cipher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fc2793d..37f7d63b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "ssh-cipher" -version = "0.3.0-rc.0" +version = "0.3.0-rc.1" dependencies = [ "aead", "aes", diff --git a/ssh-cipher/Cargo.toml b/ssh-cipher/Cargo.toml index 10840748..a55994dc 100644 --- a/ssh-cipher/Cargo.toml +++ b/ssh-cipher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-cipher" -version = "0.3.0-rc.0" +version = "0.3.0-rc.1" description = """ Pure Rust implementation of SSH symmetric encryption including support for the modern aes128-gcm@openssh.com/aes256-gcm@openssh.com and