summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-29 09:04:01 +0000
committerLars Wirzenius <liw@liw.fi>2022-07-29 09:04:01 +0000
commit60b5a9a313bec0a6e475f9c16380977ed1c7eafb (patch)
tree3f1209aeab24730fa7b0b87cb35b7bb98974bfd6 /subplotlib/Cargo.toml
parent73d856dde02cc9e319258878589fb69927b7fd61 (diff)
parent3907db4ee7c1e0c7068f89969b1a80582011a89b (diff)
downloadsubplot-0.4.3.tar.gz
Merge branch 'release' into 'main'0.4.3
fix: prepare new release to bump dependency on roadmap See merge request subplot/subplot!283
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 436e987..3f28b32 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib"
-version = "0.4.2"
+version = "0.4.3"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -16,7 +16,7 @@ repository = "https://gitlab.com/subplot/subplot"
[dependencies]
fehler = "1"
-subplotlib-derive = { version = "0.4.2", path = "../subplotlib-derive" }
+subplotlib-derive = { version = "0.4.3", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
state = "0.5"