From a28232135216725d40715b7ed4ecc9bede7e6bc0 Mon Sep 17 00:00:00 2001 From: Mariano Ruiz Date: Wed, 7 Jul 2021 11:45:14 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57c2905..ad96341 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,4 +2,4 @@ # It is not intended for manual editing. [[package]] name = "sum-queue" -version = "0.2.0" +version = "1.0.0" diff --git a/Cargo.toml b/Cargo.toml index 4762b98..99691c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sum-queue" -version = "0.2.0" +version = "1.0.0" authors = ["Mariano Ruiz "] edition = "2018" description = "Queue struct that keeps a fixed number of items by time, not capacity, and allows to get summarized stats of its content"