From e72ebcf6f952708e0950371568da329615c89387 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 14 Jun 2023 18:56:32 +0100 Subject: version: Update versions to 0.8.0 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 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 ", "Daniel Silverstone ", @@ -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" -- cgit v1.2.1