From 639c80ffc4ad2be4a8e3220cd8013dfc104cafa6 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 15 Apr 2022 13:40:21 +0100 Subject: (chore): Update everything to 0.4.0 Signed-off-by: Daniel Silverstone --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- subplot-build/Cargo.toml | 4 ++-- subplotlib-derive/Cargo.toml | 4 ++-- subplotlib/Cargo.toml | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fae979..f687b4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "subplot" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "base64", @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "subplot-build" -version = "0.1.0" +version = "0.4.0" dependencies = [ "subplot", "tempfile", @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "subplotlib" -version = "0.1.1" +version = "0.4.0" dependencies = [ "base64", "fehler", @@ -1130,7 +1130,7 @@ dependencies = [ [[package]] name = "subplotlib-derive" -version = "0.1.0" +version = "0.4.0" dependencies = [ "fehler", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2f20738..523794a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplot" -version = "0.3.1" +version = "0.4.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml index 6faca35..768e08e 100644 --- a/subplot-build/Cargo.toml +++ b/subplot-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplot-build" -version = "0.1.0" +version = "0.4.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -14,6 +14,6 @@ repository = "https://gitlab.com/subplot/subplot" [dependencies] -subplot = { version="0.3.1", path = ".." } +subplot = { version = "0.4.0", path = ".." } tracing = "0.1" tempfile = "3.1.0" diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml index ce23b65..3ee596f 100644 --- a/subplotlib-derive/Cargo.toml +++ b/subplotlib-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplotlib-derive" -version = "0.1.0" +version = "0.4.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -17,7 +17,7 @@ repository = "https://gitlab.com/subplot/subplot" proc-macro = true [dependencies] -syn = {version= "1", features=["full"]} +syn = { version = "1", features = ["full"] } quote = "1" proc-macro2 = "1" fehler = "1" diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml index 554b454..7639742 100644 --- a/subplotlib/Cargo.toml +++ b/subplotlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplotlib" -version = "0.1.1" +version = "0.4.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -16,7 +16,7 @@ repository = "https://gitlab.com/subplot/subplot" [dependencies] fehler = "1" -subplotlib-derive = { version = "0.1", path = "../subplotlib-derive" } +subplotlib-derive = { version = "0.4.0", path = "../subplotlib-derive" } lazy_static = "1" base64 = "0.13" state = "0.5" @@ -32,7 +32,7 @@ remove_dir_all = "0.7" [build-dependencies] glob = "0.3" -subplot-build = { version = "0.1", path = "../subplot-build" } +subplot-build = { version = "0.4.0", path = "../subplot-build" } [dev-dependencies] serde_json = "1.0" -- cgit v1.2.1