summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2022-01-15 10:38:31 +0530
committerGitHub <noreply@github.com>2022-01-15 10:38:31 +0530
commit43c995e96cd1b7fcfb65810749849f3af039a839 (patch)
treec997c6895c094a071b633ddf77086b128cbb2cb1 /Cargo.toml
parent27092d042cfdf656e8a13d4c6fa4a2c1275974ec (diff)
parent00e8147473c01767a000070b9dada5c965ff92a0 (diff)
Merge pull request #141 from gyscos/masterHEADmaster
Update to cursive 0.17
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 0be73cd..12a9b53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ toml = "0.5.6"
syn = "=1.0.57"
[dependencies.cursive]
-version = "0.16"
+version = "0.17"
default-features = false
[dependencies.chrono]