summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-05 11:25:54 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-05 11:25:54 +0300
commit1e2bd3944c15edcb9f62f9a3f207b3c0c7ac8e0b (patch)
tree1d000ec9bee5b08da1ae3719065647ad6d75910f /Cargo.toml
parent346d5f86ca0ba7ed60b5aa8698e2aa7c012e9e6c (diff)
downloadsubplot-1e2bd3944c15edcb9f62f9a3f207b3c0c7ac8e0b.tar.gz
Change: use the now-published roadmap crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e72c503..a16e3d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,4 @@ pandoc_ast = "0.7.2"
pandoc = "0.7.0"
structopt = "0.3"
base64 = "0.10.0"
-
-# This is not yet published and the crate needs to be cloned as
-# specified here.
-roadmap = { path = "../roadmap" }
+roadmap = "0.1.0"