summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
commit9ca72575eff325513990363c19d4a9066dd78de6 (patch)
treeec8de373b99dcc1560dceb4cb92acf4dbdc15a9a /subplot-build
parent2a13dee7cb509c818da93d56c2422e29261e94cf (diff)
downloadsubplot-9ca72575eff325513990363c19d4a9066dd78de6.tar.gz
(release): Prepare 0.6.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 fd9f25e..a732db3 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.5.0"
+version = "0.6.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.5.0", path = ".." }
+subplot = { version = "0.6.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"