other: bump up version in Cargo.toml to 0.7.2

This commit is contained in:
ClementTsang
2023-01-12 05:18:09 -05:00
parent fffeb206de
commit f415fb08bc
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -204,7 +204,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.7.1"
version = "0.7.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"