summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-06-14 18:56:32 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-06-14 18:56:32 +0100
commite72ebcf6f952708e0950371568da329615c89387 (patch)
tree0c0ab48217012475fb0ef2a8c5c8401c6b795890
parent105a5ffcf993633ba1dc042fc950331e35d7cf46 (diff)
downloadsubplot-e72ebcf6f952708e0950371568da329615c89387.tar.gz
version: Update versions to 0.8.0
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
-rw-r--r--subplot-build/Cargo.toml4
-rw-r--r--subplotlib-derive/Cargo.toml2
-rw-r--r--subplotlib/Cargo.toml6
5 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86552d0..f682ab1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1056,7 +1056,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subplot"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"anyhow",
"base64",
@@ -1086,7 +1086,7 @@ dependencies = [
[[package]]
name = "subplot-build"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"subplot",
"tempfile",
@@ -1104,7 +1104,7 @@ dependencies = [
[[package]]
name = "subplotlib"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"base64",
"fehler",
@@ -1126,7 +1126,7 @@ dependencies = [
[[package]]
name = "subplotlib-derive"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"fehler",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index d895ff6..efed35a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot"
-version = "0.7.1"
+version = "0.8.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
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 <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -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"
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 675c67b..6beb4cd 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib-derive"
-version = "0.7.1"
+version = "0.8.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 75ea076..57f3c58 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib"
-version = "0.7.1"
+version = "0.8.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -17,7 +17,7 @@ rust-version = "1.63"
[dependencies]
fehler = "1"
-subplotlib-derive = { version = "0.7.1", path = "../subplotlib-derive" }
+subplotlib-derive = { version = "0.8.0", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.21.0"
state = "0.5"
@@ -33,7 +33,7 @@ remove_dir_all = "0.8"
[build-dependencies]
glob = "0.3"
-subplot-build = { version = "0.7.1", path = "../subplot-build" }
+subplot-build = { version = "0.8.0", path = "../subplot-build" }
[dev-dependencies]
serde_json = "1.0"