summaryrefslogtreecommitdiff
path: root/subplotlib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
commit9ca72575eff325513990363c19d4a9066dd78de6 (patch)
treeec8de373b99dcc1560dceb4cb92acf4dbdc15a9a /subplotlib
parent2a13dee7cb509c818da93d56c2422e29261e94cf (diff)
downloadsubplot-9ca72575eff325513990363c19d4a9066dd78de6.tar.gz
(release): Prepare 0.6.0 release
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib')
-rw-r--r--subplotlib/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index ed27e23..c347886 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib"
-version = "0.5.0"
+version = "0.6.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -16,7 +16,7 @@ repository = "https://gitlab.com/subplot/subplot"
[dependencies]
fehler = "1"
-subplotlib-derive = { version = "0.5.0", path = "../subplotlib-derive" }
+subplotlib-derive = { version = "0.6.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.5.0", path = "../subplot-build" }
+subplot-build = { version = "0.6.0", path = "../subplot-build" }
[dev-dependencies]
serde_json = "1.0"