diff --git a/Cargo.toml b/Cargo.toml index b81e866..de4e690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpmc-async" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "A multi-producer, multi-consumer async channel with reservations" repository = "https://github.com/jeremija/mpmc-async"