From 947172b63e5311f22c31ada140e4e6cb3ce8a100 Mon Sep 17 00:00:00 2001 From: Andreas Linz Date: Sun, 30 Jan 2022 10:26:22 +0100 Subject: [PATCH] (cargo-release) version 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9317ad..18741cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rb" description = "A thread-safe ring buffer with blocking IO" keywords = ["IO", "audio", "ring-buffer", "circular-buffer"] -version = "0.3.2" +version = "0.4.0" authors = ["Andreas Linz "] documentation = "https://docs.rs/rb" repository = "https://github.com/klingtnet/rb"