From 3907db4ee7c1e0c7068f89969b1a80582011a89b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 29 Jul 2022 11:48:11 +0300 Subject: fix: prepare new release to bump dependency on roadmap roadmap version 0.4.4 is needed to not drag in structopt. The old version of 0.4 wasn't enough. Sponsored-by: author --- subplotlib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subplotlib') 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 ", "Daniel Silverstone ", @@ -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" -- cgit v1.2.1