From 091c84d388a8ec6a1e2d69b9f61cf4439c839de1 Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Tue, 15 Oct 2024 14:00:01 -0600 Subject: [PATCH] abscissa v0.8.1 (#935) --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 768a7e7..3595780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "abscissa" -version = "0.8.0" +version = "0.8.1" dependencies = [ "abscissa_core", "clap", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a6ddbd0..592bf7c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -5,7 +5,7 @@ Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains a CLI utility for generating new applications. """ -version = "0.8.0" +version = "0.8.1" license = "Apache-2.0" authors = ["Tony Arcieri "] homepage = "https://github.com/iqlusioninc/abscissa/"