summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-03-12 12:02:07 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-03-12 12:02:19 +0000
commit846090a6057de648708861c39f860f3d0d847837 (patch)
tree8235783cb2c24d28632e19f9668bec0d8b65f533 /Cargo.lock
parent9db59450c07654e6094557c08c9db3b6919b794d (diff)
downloadsubplot-846090a6057de648708861c39f860f3d0d847837.tar.gz
(examples): Add step functions to seq example
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 17c87f0..863dde3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -983,6 +983,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
name = "seq"
version = "0.1.0"
dependencies = [
+ "fehler",
"subplot-build",
"subplotlib",
]