summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-25 20:17:32 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-28 16:36:14 +0300
commit239e0bd0b6cb7ebd05f407382e279181209f609a (patch)
treeddf36fdaccfca4d72750a3d1f541f073ddec91d6 /subplot-build
parent08c6430e5833232359f7e6b61e81a696fd6e3a31 (diff)
downloadsubplot-239e0bd0b6cb7ebd05f407382e279181209f609a.tar.gz
chore: prepare release 0.4.2 of all crates
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 768e08e..eae2102 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.4.0"
+version = "0.4.2"
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.0", path = ".." }
+subplot = { version = "0.4.2", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"