summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-14 19:07:55 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-14 19:07:55 +0300
commit0348eec445676d9e335fb8cb9a8f8c0fdc02a3c7 (patch)
tree23000086898a50e197a600811a7016cf7b4e9d13 /Cargo.toml
parent27a46a069d84e7b47cc74efb4f275fa1a933dc8e (diff)
downloadriki-0348eec445676d9e335fb8cb9a8f8c0fdc02a3c7.tar.gz
chore: bump dependency on Subplot to current
Also, change a couple of scenario titles to work around a Subplot problem that results in no name in generated Rust functions. 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 be306dc..bb4f2c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,10 +25,10 @@ walkdir = "2.3.2"
[build-dependencies]
lalrpop = "0.19.8"
-subplot-build = "0.5.0"
+subplot-build = "0.7.0"
[dev-dependencies]
-subplotlib = "0.5.0"
+subplotlib = "0.7.0"
fehler = "1.0.0"
pandoc = "0.8.9"
pandoc_ast = "0.7.0"