summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parenta9b4d42eef6617b3370a54e34f1353040efc8734 (diff)
other: Add 'nightly' to version to Cargo.toml
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
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",