From aa7591361ec17c6aa2dc1baa02638cb9e0461f47 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 3 Jun 2024 15:26:09 -0700 Subject: [PATCH] 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e433b9..fbdf058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeromq" -version = "0.3.5" +version = "0.4.0" authors = ["Alexei Kornienko "] edition = "2021" description = "A native Rust implementation of ZeroMQ"