summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-08-27 11:32:40 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-08-27 11:32:40 +0100
commit4ddd9a84e488948606de30d2123d02636198b1ab (patch)
tree11f802d672c3c95fa06c8294796d709d5404b69a /subplot-build
parent529b84fd46b6d9ada1a67ed6dfd2841ad25213a7 (diff)
downloadsubplot-4ddd9a84e488948606de30d2123d02636198b1ab.tar.gz
(release): Prepare 0.9.0 release
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 242f21e..bf24c9a 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -15,6 +15,6 @@ rust-version = "1.63"
[dependencies]
-subplot = { version = "0.8.0", path = ".." }
+subplot = { version = "0.9.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"