From cfce3d6cf092eb8e614917ed39d0f6a015236ad9 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 16 Feb 2024 08:53:05 +0100 Subject: [PATCH] Release v0.2.7 Signed-off-by: Wiktor Kwapisiewicz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9bff28..44eec10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "ssh-agent-lib" -version = "0.2.6" +version = "0.2.7" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0a4f88e..604458d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ssh-agent-lib" description = "A collection of types for writing custom SSH agents" -version = "0.2.6" +version = "0.2.7" license = "MIT" authors = [ "Nicolas Trippar ",