From 053d104c1d1f2a697fac6424f9fbe0e7e0b91af1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Sep 2022 10:04:42 +0300 Subject: chore: prepare release 0.5.0 The os_str_bytes crate dependency is kept at the 6.1.0 version so that we don't have to bump the MSRV version. Likewise, the time crate is kept at 0.3.9, and serde_yaml at 0.8.26. Sponsored-by: author --- subplotlib/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subplotlib/Cargo.toml') diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml index d33fcb1..ed27e23 100644 --- a/subplotlib/Cargo.toml +++ b/subplotlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplotlib" -version = "0.4.3" +version = "0.5.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -16,7 +16,7 @@ repository = "https://gitlab.com/subplot/subplot" [dependencies] fehler = "1" -subplotlib-derive = { version = "0.4.3", path = "../subplotlib-derive" } +subplotlib-derive = { version = "0.5.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.4.2", path = "../subplot-build" } +subplot-build = { version = "0.5.0", path = "../subplot-build" } [dev-dependencies] serde_json = "1.0" -- cgit v1.2.1