From d3ed228d352f123cd0070504adb5c2d82cfec683 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Mon, 15 Jan 2024 07:46:37 -0700 Subject: [PATCH] 0.3.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7660464..bf82a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeromq" -version = "0.3.4" +version = "0.3.5" authors = ["Alexei Kornienko "] edition = "2021" description = "A native Rust implementation of ZeroMQ"