Skip to content

Commit 62461e6

Browse files
committed
Release version 0.5.1
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 7500315 commit 62461e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ssh-agent-lib"
33
description = "A collection of types for writing custom SSH agents"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
license = "MIT OR Apache-2.0"
66
authors = [
77
"Wiktor Kwapisiewicz <[email protected]>",

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-agent-lib-fuzz"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
publish = false
55
edition = "2021"
66

0 commit comments

Comments
 (0)