From c64f8a61b73b5a2e6de94ae7763d7c21e72a668f Mon Sep 17 00:00:00 2001 From: Dan Norris Date: Fri, 20 Sep 2024 11:30:55 -0400 Subject: [PATCH] chore: bump crate version to 0.4.4 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"