From f24a717d6692cc449f70f57b78e0acaaa4ed8f33 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Fri, 17 May 2024 23:37:53 +0200 Subject: [PATCH] version 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9185e95..66f4b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoincore-zmq" -version = "1.4.0" +version = "1.5.0" edition = "2021" license = "MIT" description = "Bitcoin Core ZMQ subscriber with minimal dependencies"