From 4ddd9a84e488948606de30d2123d02636198b1ab Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 27 Aug 2023 11:32:40 +0100 Subject: (release): Prepare 0.9.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 242f21e..bf24c9a 100644 --- a/subplot-build/Cargo.toml +++ b/subplot-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplot-build" -version = "0.8.0" +version = "0.9.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -15,6 +15,6 @@ rust-version = "1.63" [dependencies] -subplot = { version = "0.8.0", path = ".." } +subplot = { version = "0.9.0", path = ".." } tracing = "0.1" tempfile = "3.1.0" -- cgit v1.2.1