summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml4
-rw-r--r--NEWS.md5
-rw-r--r--subplot-build/Cargo.toml4
-rw-r--r--subplotlib-derive/Cargo.toml2
-rw-r--r--subplotlib/Cargo.toml4
6 files changed, 16 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d0e755..f168663 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1061,7 +1061,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subplot"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"anyhow",
"base64",
@@ -1093,7 +1093,7 @@ dependencies = [
[[package]]
name = "subplot-build"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"subplot",
"tempfile",
@@ -1111,7 +1111,7 @@ dependencies = [
[[package]]
name = "subplotlib"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"base64",
"fehler",
@@ -1133,7 +1133,7 @@ dependencies = [
[[package]]
name = "subplotlib-derive"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"fehler",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index b6df8b8..e01b9e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot"
-version = "0.4.2"
+version = "0.4.3"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -37,7 +37,7 @@ pikchr = "0.1"
pretty_env_logger = "0.4.0"
pulldown-cmark = "0.9.0"
regex = "1"
-roadmap = "0.4"
+roadmap = "0.4.4"
serde = { version = "1.0.101", features = ["derive"] }
serde-aux = { version = "3.0", default-features = false }
serde_json = "1.0"
diff --git a/NEWS.md b/NEWS.md
index caf2242..c42174e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,11 @@ This file summarises the changes between released versions of Subplot and its
associated libraries, especially with regards to changes visible to
the user of the Subplot software.
+# Version 0.4.3, released 2022-007-29
+
+- Bump the dependency on the `roadmap` crate to a version that depends
+ on `clap` version 3 to that it doesn't drag in `structopt`.
+
# Version 0.4.2, released 2022-007-28
- New feature: Subplot now supports example blocks: embedded files
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index eae2102..2cecde5 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot-build"
-version = "0.4.2"
+version = "0.4.3"
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.4.2", path = ".." }
+subplot = { version = "0.4.3", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index e444512..6b3caae 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib-derive"
-version = "0.4.2"
+version = "0.4.3"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 436e987..3f28b32 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib"
-version = "0.4.2"
+version = "0.4.3"
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.4.2", path = "../subplotlib-derive" }
+subplotlib-derive = { version = "0.4.3", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
state = "0.5"