other: Add 'nightly' to version to Cargo.toml

This commit is contained in:
ClementTsang 2021-06-27 19:52:48 -04:00
parent a9b4d42eef
commit 0bbee6743f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.6.2"
version = "0.6.2-nightly"
dependencies = [
"anyhow",
"assert_cmd",

View File

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