From f416c54d2f38cf13c2c17c5957a3f48e246e2d68 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 24 Jan 2023 20:54:26 -0500 Subject: [PATCH] other: bump to 0.8.1 for nightly (#1002) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c59f3cec..170cebb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d5be2d59..30c6c524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.8.0" +version = "0.8.1" authors = ["Clement Tsang "] edition = "2021" repository = "https://github.com/ClementTsang/bottom"