summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-06-14 18:56:32 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-06-14 18:56:32 +0100
commite72ebcf6f952708e0950371568da329615c89387 (patch)
tree0c0ab48217012475fb0ef2a8c5c8401c6b795890 /subplot-build
parent105a5ffcf993633ba1dc042fc950331e35d7cf46 (diff)
downloadsubplot-e72ebcf6f952708e0950371568da329615c89387.tar.gz
version: Update versions to 0.8.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 bade3f8..242f21e 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.7.1"
+version = "0.8.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.7.1", path = ".." }
+subplot = { version = "0.8.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"