From 62461e636cc77eef9a2dffc6a09b7c6d347539de Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 25 Oct 2024 13:15:16 +0200 Subject: [PATCH] Release version 0.5.1 Signed-off-by: Wiktor Kwapisiewicz --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fb60cd..1c7f67f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,7 +1940,7 @@ dependencies = [ [[package]] name = "ssh-agent-lib" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait", "byteorder", @@ -1975,7 +1975,7 @@ dependencies = [ [[package]] name = "ssh-agent-lib-fuzz" -version = "0.5.0" +version = "0.5.1" dependencies = [ "libfuzzer-sys", "ssh-agent-lib", diff --git a/Cargo.toml b/Cargo.toml index 90f01f2..92238f7 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.5.0" +version = "0.5.1" license = "MIT OR Apache-2.0" authors = [ "Wiktor Kwapisiewicz ", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 9b422ef..394ac25 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-agent-lib-fuzz" -version = "0.5.0" +version = "0.5.1" publish = false edition = "2021"