summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-29 11:48:11 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-29 11:48:41 +0300
commit3907db4ee7c1e0c7068f89969b1a80582011a89b (patch)
tree3f1209aeab24730fa7b0b87cb35b7bb98974bfd6 /subplot-build
parent73d856dde02cc9e319258878589fb69927b7fd61 (diff)
downloadsubplot-3907db4ee7c1e0c7068f89969b1a80582011a89b.tar.gz
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
Diffstat (limited to 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index eae2102..2cecde5 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.4.2"
+version = "0.4.3"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -14,6 +14,6 @@ repository = "https://gitlab.com/subplot/subplot"
[dependencies]
-subplot = { version = "0.4.2", path = ".." }
+subplot = { version = "0.4.3", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"