summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-17 08:21:42 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-17 08:24:25 +0300
commitbb3acba653c3c93f564f2e1573fc3b76bd519175 (patch)
tree8018577923f21058ec7264062e8da2344e7c931e /Cargo.toml
parentac76338e0ca003f1da6ba54060140381e48ebbc9 (diff)
downloadriki-bb3acba653c3c93f564f2e1573fc3b76bd519175.tar.gz
chore: update to new Subplot
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7008767..48ef2a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,10 +20,10 @@ time = { version = "0.3.13", features = ["macros", "parsing"] }
walkdir = "2.3.2"
[build-dependencies]
-subplot-build = "0.4.0"
+subplot-build = "0.5.0"
[dev-dependencies]
-subplotlib = { git = "https://gitlab.com/subplot/subplot.git" }
+subplotlib = "0.5.0"
fehler = "1.0.0"
pandoc = "0.8.9"
pandoc_ast = "0.7.0"