From a7f118779fe0cf1982dad5d8ffc40edc80193ca6 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Fri, 28 Jul 2023 15:02:14 +0200 Subject: [PATCH] release: prioritized-metered-channel v0.5.1 --- Cargo.lock | 2 +- metered-channel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b6c632..8feaa28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert_matches", "async-channel", diff --git a/metered-channel/Cargo.toml b/metered-channel/Cargo.toml index 1290b13..04e6d62 100644 --- a/metered-channel/Cargo.toml +++ b/metered-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prioritized-metered-channel" -version = "0.5.0" +version = "0.5.1" authors = ["Parity Technologies "] edition = "2021" description = "Channels with built-in observability and message priorizitazion (coming soon™)"