From 92d44b0fd409ca15981e7c9a6503595b1d45cbdd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Nov 2021 14:13:13 +0200 Subject: chore: update crate versions Sponsored-by: author --- Cargo.toml | 2 +- subplot-build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f90c62..1a40e00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplot" -version = "0.3.0" +version = "0.3.1" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml index ef1ca54..6faca35 100644 --- a/subplot-build/Cargo.toml +++ b/subplot-build/Cargo.toml @@ -14,6 +14,6 @@ repository = "https://gitlab.com/subplot/subplot" [dependencies] -subplot = { version="0.3.0", path = ".." } +subplot = { version="0.3.1", path = ".." } tracing = "0.1" tempfile = "3.1.0" -- cgit v1.2.1