aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-25 09:54:48 +0000
committerAkshay <[email protected]>2021-01-25 09:54:48 +0000
commit84c154018ebdd19acae10d6c9c802b41353507dc (patch)
tree0da090741689a19abb8ba90a9caf25e23e489c13 /Cargo.toml
parentc26de6fbfd55cca906b9c184621a9f550cdcc0f1 (diff)
parent3fc86c52f7fab0a1e0fcdd3be17bd5a53135225e (diff)
Merge branch 'master' of https://github.com/gyscos/dijo into cursive-0.16
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 ba98e65..700e899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ toml = "0.5.6"
23syn = "=1.0.57" 23syn = "=1.0.57"
24 24
25[dependencies.cursive] 25[dependencies.cursive]
26version = "0.15" 26version = "0.16"
27default-features = false 27default-features = false
28 28
29[dependencies.chrono] 29[dependencies.chrono]