summaryrefslogtreecommitdiff
path: root/subplot-build/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-15 14:55:34 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-15 14:55:34 +0000
commitf204a2e599f74485b80c4168e03358c6f3c985bf (patch)
tree58af95b42c59853cbc2de03bbeca11f29c4c9312 /subplot-build/Cargo.toml
parent4e54fa9ea0485aac2d750c5eb4fa9ead83ecf365 (diff)
parent053d104c1d1f2a697fac6424f9fbe0e7e0b91af1 (diff)
downloadsubplot-f204a2e599f74485b80c4168e03358c6f3c985bf.tar.gz
Merge branch 'release' into 'main'0.5.0
chore: prepare release 0.5.0 See merge request subplot/subplot!289
Diffstat (limited to 'subplot-build/Cargo.toml')
-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 6683bc2..fd9f25e 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.4.3"
+version = "0.5.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.4.3", path = ".." }
+subplot = { version = "0.5.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"