From aeaf5c98fd6aff09f5183a95aa6a1149b9b88c33 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 20 Aug 2023 14:33:27 +0200 Subject: [PATCH] Release 2.4.1 with distinct thread name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80ace59..1e71674 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bus" -version = "2.4.0" +version = "2.4.1" dependencies = [ "crossbeam-channel", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index cd5218b..5e3da09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bus" -version = "2.4.0" +version = "2.4.1" authors = ["Jon Gjengset "] edition = "2018" license = "MIT OR Apache-2.0"