From b0726b1fb4edffe09aca7ec2facbc4c079a9f45a Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Fri, 20 Sep 2024 20:47:44 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14dac85..e0396ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lool" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bitflags", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ae8e299..003a8da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lool" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "🧳 lool » lucode.ar rust common utilities" authors = ["Lucas Colombo "] @@ -109,4 +109,4 @@ required-features = ["cli.tui.widgets", "tokio.rt"] [[example]] name = "widget_grid_selector" path = "examples/widget_grid_selector.rs" -required-features = ["cli.tui.widgets", "tokio.rt"] \ No newline at end of file +required-features = ["cli.tui.widgets", "tokio.rt"]