summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lubients <me@mkl.dev>2021-04-12 12:29:30 +0000
committerMatthias Beyer <mail@beyermatthias.de>2021-04-12 14:54:46 +0200
commitb167c4a13f467ea271351b51b2d331f4fb96f95d (patch)
treefb1c00f2d58d1b6963eef89fdb922d1f715baf84
parentca0840cd0315ab5e71c97ad7efd8fc5e1a480533 (diff)
Use aquamarine 0.1 branch
Aquamarine has been updated to support offline mode in 0.1.8, and doesn't require internet connection to build and view the rendered diagrams anymore. This change switches from pinned patch version to a the 0.1 branch in order to include the offline more feature and other backward-compatible improvements coming in future Signed-off-by: mersinvald <me@mkl.dev> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e48cdf8..ccf2122 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1"
-aquamarine = "0.1.6"
+aquamarine = "0.1"
ascii_table = ">= 3.0.2"
atty = "0.2"
bytesize = "1"