From 480ed96bfde2c7dec4a7c8fc09abfd2e4125d88c Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Fri, 11 Oct 2024 08:23:45 +1100 Subject: [PATCH] 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbdf058..f94083b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeromq" -version = "0.4.0" +version = "0.4.1" authors = ["Alexei Kornienko "] edition = "2021" description = "A native Rust implementation of ZeroMQ"