summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 13:40:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 15:45:33 +0100
commit639c80ffc4ad2be4a8e3220cd8013dfc104cafa6 (patch)
tree05222a694da1ad94e8ffdfb677120585817b4fa4 /subplot-build
parent82959bdb8c60d32527ad9cc8ad07473eefcddc74 (diff)
downloadsubplot-639c80ffc4ad2be4a8e3220cd8013dfc104cafa6.tar.gz
(chore): Update everything to 0.4.0
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 6faca35..768e08e 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.1.0"
+version = "0.4.0"
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.3.1", path = ".." }
+subplot = { version = "0.4.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"