other: bump to 0.8.1 for nightly (#1002)

This commit is contained in:
Clement Tsang 2023-01-24 20:54:26 -05:00 committed by GitHub
parent cdee5b6fc3
commit f416c54d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -204,7 +204,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.8.0"
version = "0.8.1"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"