From dcfdc79f038d66c0bd6b8793e8d8bbfd1e69e033 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Thu, 3 Jul 2025 13:09:26 -0400 Subject: [PATCH] chore: bump to 0.4.5 for release Signed-off-by: Brooks Townsend --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3321ea0..c018b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nkeys" -version = "0.4.4" +version = "0.4.5" authors = ["wasmCloud Team"] edition = "2021" description = "Rust implementation of the NATS nkeys library"