From ba2a958a202f7a68768444887d883f25b0265105 Mon Sep 17 00:00:00 2001 From: Marko Atanasievski Date: Wed, 6 Nov 2024 12:20:57 +0100 Subject: [PATCH] fix: revert version to make the separate release PR --- 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 37e12fd..af21a2c 100644 --- a/paladin-core/Cargo.toml +++ b/paladin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paladin-core" -version = "0.4.4" +version = "0.4.3" description = "A Rust distributed algorithm toolkit. Write distributed algorithms without the complexities of distributed systems programming." license.workspace = true edition.workspace = true