From 9ca72575eff325513990363c19d4a9066dd78de6 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Nov 2022 19:41:14 +0000 Subject: (release): Prepare 0.6.0 release Signed-off-by: Daniel Silverstone --- subplot-build/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subplot-build') 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 ", "Daniel Silverstone ", @@ -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" -- cgit v1.2.1