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"