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"