summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-11-11 10:25:03 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-11-11 10:25:03 +0000
commit726bc2d6d8b13b3e914c82f1aaf0c0c53d38aead (patch)
treed03f573d1c3e0e43156b849cc41c706ce8247098 /examples
parent7252cf5c1e0288b1bbb54908999fc7524d12bf1e (diff)
downloadsubplot-726bc2d6d8b13b3e914c82f1aaf0c0c53d38aead.tar.gz
chore: Update from fehler to culpa
Diffstat (limited to 'examples')
-rw-r--r--examples/seq/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/seq/Cargo.toml b/examples/seq/Cargo.toml
index 2d4696a..9915f94 100644
--- a/examples/seq/Cargo.toml
+++ b/examples/seq/Cargo.toml
@@ -8,7 +8,9 @@ license = "MIT-0"
[dev-dependencies]
subplotlib = { path = "../../subplotlib" }
-fehler = "1"
[build-dependencies]
subplot-build = { path = "../../subplot-build" }
+
+[dependencies]
+culpa = "1.0.1"