summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-06-27 19:52:48 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-06-27 19:52:48 -0400
commit0bbee6743f5daaf0d3f637d6930a23ec6a7b22d3 (patch)
tree6c7a5865521f22eeb957696ed42dbcd0179d703b /Cargo.toml
parenta9b4d42eef6617b3370a54e34f1353040efc8734 (diff)
other: Add 'nightly' to version to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"