From c07a56784e5b4b20b7f0d4adf428b732dc95e0db Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Mon, 25 Nov 2024 12:57:25 -0500 Subject: [PATCH] Bump to v0.4.4 --- paladin-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paladin-core/Cargo.toml b/paladin-core/Cargo.toml index af21a2c..37e12fd 100644 --- a/paladin-core/Cargo.toml +++ b/paladin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paladin-core" -version = "0.4.3" +version = "0.4.4" description = "A Rust distributed algorithm toolkit. Write distributed algorithms without the complexities of distributed systems programming." license.workspace = true edition.workspace = true