summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 13:40:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 15:45:33 +0100
commit639c80ffc4ad2be4a8e3220cd8013dfc104cafa6 (patch)
tree05222a694da1ad94e8ffdfb677120585817b4fa4
parent82959bdb8c60d32527ad9cc8ad07473eefcddc74 (diff)
downloadsubplot-639c80ffc4ad2be4a8e3220cd8013dfc104cafa6.tar.gz
(chore): Update everything to 0.4.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.toml4
-rw-r--r--subplotlib/Cargo.toml6
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 <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
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 <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -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 <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -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 <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.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"