summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexandre Bury <alexandre.bury@gmail.com>2021-01-19 10:53:40 -0800
committerAlexandre Bury <alexandre.bury@gmail.com>2021-01-19 10:53:40 -0800
commited6ef1f690dc9906311a63b28d41602b17f641f7 (patch)
tree40973aba8f1b7628e7fbe9df6db0d86055d40cfe /Cargo.toml
parentfd06bfa3e11707909c2c08788d04105abddbcc9a (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 cf1ec03..a12809d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ pulldown-cmark = { version = "0.7", default-features = false }
syn = "=1.0.57"
[dependencies.cursive]
-version = "0.15"
+version = "0.16"
default-features = false
features = ["toml"]