diff --git a/Cargo.lock b/Cargo.lock index 85e8130b..99ddcbd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.6.2" +version = "0.6.2-nightly" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d060dd66..ced854a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.6.2" +version = "0.6.2-nightly" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom"