From 5120671fc621c011436d415be478607b503a5e39 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 27 Dec 2022 23:28:24 -0800 Subject: [PATCH] [future-queue] version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe35c367..77a36069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "future-queue" -version = "0.1.2" +version = "0.2.0" description = "Adapters to manage a queue of futures, where each future can have a different weight." edition = "2021" license = "MIT OR Apache-2.0"