summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-01-11 00:42:03 -0500
committerClementTsang <clementjhtsang@gmail.com>2020-01-11 00:42:03 -0500
commit86c8ce68e75cd5289a2210efa770d2a94a237700 (patch)
tree019577e24ca7521518b7ed50b18502df4faf48fc /Cargo.toml
parente78fbbbf55ff6aa738256338712335edfc20defc (diff)
Potential fix for a panic with time comparisons
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 9f9f61a3..7bdaa371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.2.0"
+version = "0.1.2"
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"