From 10aecc0ce7d33afc1fdbe8ce88b1aa871f055cf8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 2 Jul 2020 08:36:52 +0800 Subject: Bump patch level --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085b79e..a6501f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### v2.8.1 + +* Switch from deprecated `failure` to `anyhow` to reduce compile times a little and binary size by 130kb. + #### v2.8.0 * Switched from `structopt` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times. diff --git a/Cargo.lock b/Cargo.lock index 1f999c1..4caa48a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "dua-cli" -version = "2.8.0" +version = "2.8.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 57829a1..8117262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.8.0" +version = "2.8.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3