summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 13:00:33 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 13:00:33 +0100
commit02a882853a74e870bb616e9bbda7ad7f7d748a30 (patch)
treee17e4ee9ab1f98a32b5db240341970504873394d /subplot-build
parentd5eeeed20af94c35eb521979d9ea2d99c86735a5 (diff)
downloadsubplot-02a882853a74e870bb616e9bbda7ad7f7d748a30.tar.gz
(release) Prepare 0.7.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 3aa5c10..af84e8e 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.6.0"
+version = "0.7.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.6.0", path = ".." }
+subplot = { version = "0.7.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"