From b167c4a13f467ea271351b51b2d331f4fb96f95d Mon Sep 17 00:00:00 2001 From: Mike Lubients Date: Mon, 12 Apr 2021 12:29:30 +0000 Subject: 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 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3