aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-27 03:23:38 +0000
committerAkshay <[email protected]>2021-01-27 03:23:38 +0000
commit0a00129947bcc8dd70de01c0a4ef54832515fdc7 (patch)
treefe0b9e5d94add8dacdc99a2640e6e501c5533038 /Cargo.toml
parent3570b4bb5de61abff6bdc8ba6bbfd806a1ebce0d (diff)
parent3fc86c52f7fab0a1e0fcdd3be17bd5a53135225e (diff)
Merge branch 'master' of https://github.com/gyscos/dijo into deps/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 aca1963..d74c940 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]