summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-19 12:08:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-21 08:39:33 +0000
commitc25d2a1991bf436bc17161325b677a39853529b4 (patch)
tree106de9bb4c9fca60564aa03bc82fc4fb5bd8eb9a /subplotlib/Cargo.toml
parent02575de1b29997dda61e7656700a4d61735a62da (diff)
downloadsubplot-c25d2a1991bf436bc17161325b677a39853529b4.tar.gz
subplotlib: Enable catching of panics
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 5ca2616..2e6c306 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -10,4 +10,4 @@ fehler = "1"
subplotlib-derive = { version="0.1", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
-state = "0.4" \ No newline at end of file
+state = "0.4"