From ef703c44d83db7838cc5b9f56041a4376908c455 Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Sun, 19 May 2024 10:44:50 +0200 Subject: [PATCH] Bump tuigreet version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec263af..eb2d91c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,7 +1635,7 @@ checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" [[package]] name = "tuigreet" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chrono", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index f1de39b..85221e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuigreet" -version = "0.9.0" +version = "0.9.1" authors = ["Antoine POPINEAU "] edition = "2018" build = "build.rs"