From 0d6ac2a8e0af0408a0ecad0a8e9da075f627fc4b Mon Sep 17 00:00:00 2001 From: Gio d'Amelio Date: Tue, 8 Aug 2023 22:33:51 +0000 Subject: [PATCH] Bump to version 1.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc016c63..0179e2c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" [[package]] name = "little_boxes" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d092f39f..8ee32fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/giodamelio/little_boxes" license = "MIT" name = "little_boxes" repository = "https://github.com/giodamelio/little_boxes" -version = "1.7.0" +version = "1.8.0" edition = "2021" [dependencies]