From 48ef96f500237930d24ef3592f2318817701baaf Mon Sep 17 00:00:00 2001 From: Dan Norris Date: Fri, 20 Sep 2024 11:34:32 -0400 Subject: [PATCH] chore: bump crate version to 0.4.4 (#51) Signed-off-by: Dan Norris --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 055ebbc..dc376b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nkeys" -version = "0.4.3" +version = "0.4.4" authors = ["wasmCloud Team"] edition = "2021" description = "Rust implementation of the NATS nkeys library"