summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-17 12:24:34 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-17 12:24:34 +0300
commit6f66db63a8d00db35e64793d5c3ae1786cc0fa9d (patch)
treecc4013cac3d868329f6cbe587aacd9c3ef7cee71 /Cargo.toml
parentd46396b60e3c2178d7526da782fd11347a42e42f (diff)
downloadsubplot-6f66db63a8d00db35e64793d5c3ae1786cc0fa9d.tar.gz
Change: depend on structopt 0.3
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 08a05ca..7964cf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
pandoc_ast = "0.7.2"
pandoc = "0.7.0"
-structopt = "0.2"
+structopt = "0.3"