aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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]