From 97457af4480fd8ab9ba9386511d660283b03bea8 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Thu, 19 Sep 2024 18:36:24 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.7.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 aaa57c6..14dac85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lool" -version = "0.6.1" +version = "0.7.0" dependencies = [ "bitflags", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4cb9edc..02dc0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lool" -version = "0.6.1" +version = "0.7.0" edition = "2021" description = "🧳 lool » lucode.ar rust common utilities" authors = ["Lucas Colombo "]