aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexandre Bury <[email protected]>2021-01-19 18:50:25 +0000
committerAlexandre Bury <[email protected]>2021-01-19 18:50:25 +0000
commit3fc86c52f7fab0a1e0fcdd3be17bd5a53135225e (patch)
tree7fe5e2640786f4398fd086b2a91a6c6db45ff6f0 /Cargo.toml
parentf4de2e0219ef2ce96cd30c02eee18eedd22b556a (diff)
Update to 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]