summaryrefslogtreecommitdiff
path: root/subplot-build/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-07-28 14:31:51 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-07-28 14:31:51 +0000
commit73d856dde02cc9e319258878589fb69927b7fd61 (patch)
tree0ca95e80e89131769c8aaa943dede8b7c8d14b49 /subplot-build/Cargo.toml
parent08c6430e5833232359f7e6b61e81a696fd6e3a31 (diff)
parent6c5808d08dc1f3d058d6de31508aa4e3c565c289 (diff)
downloadsubplot-60dc113abf873cd3a0061be9fe1585da77585383.tar.gz
Merge branch 'release' into 'main'0.4.2
chore: prepare release 0.4.2 of all crates See merge request subplot/subplot!282
Diffstat (limited to 'subplot-build/Cargo.toml')
-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"