other: bump to 0.8.0

This commit is contained in:
ClementTsang 2023-01-20 18:55:31 -05:00
parent 3aa4aa1c08
commit 490e94c347
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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