summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-06-29 08:19:36 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-06-29 08:19:36 -0400
commit330a9e8abd45f6ed6aa9c5188ed157e7e31c597c (patch)
tree32a156ac882bd2f2a7a5a6301383d94be2a72bec /Cargo.lock
parentc62864581655068e04e6705e5ea93eafb186d627 (diff)
other: Remove '-nightly- from nightly version
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 60b3129a..e3d44adf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.6.3-nightly"
+version = "0.6.3"
dependencies = [
"anyhow",
"assert_cmd",