From 0e058d264344345f61ad8c5f86417e0f48fa80d2 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 1 Nov 2023 13:33:32 -0600 Subject: [PATCH] 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 827a87b..a5a6ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeromq" -version = "0.3.3" +version = "0.3.4" authors = ["Alexei Kornienko "] edition = "2021" description = "A native Rust implementation of ZeroMQ"