From e105dcba2093377bc8880b35bd46a5f6cd01de94 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 25 Sep 2023 14:48:38 +0100 Subject: [PATCH] Fix ascii art --- ...3-09-25-v0.31-keeping-dependencies-explicit.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_posts/2023-09-25-v0.31-keeping-dependencies-explicit.md b/_posts/2023-09-25-v0.31-keeping-dependencies-explicit.md index 7873178c..0e461656 100644 --- a/_posts/2023-09-25-v0.31-keeping-dependencies-explicit.md +++ b/_posts/2023-09-25-v0.31-keeping-dependencies-explicit.md @@ -24,12 +24,17 @@ package has exactly one version. │ │ └───────┬───────┘ │ + ┌──────▼──────┐ + │ │ + │ library_a │ + │ │ + └──────┬──────┘ │ - ┌──────▼──────┐ ┌─────────────┐ - │ │ │ │ - │ library_a ├───────► library_b │ - │ │ │ │ - └─────────────┘ └─────────────┘ + ┌──────▼──────┐ + │ │ + │ library_b │ + │ │ + └─────────────┘ ``` Here the application has specified `library_a` as a dependency in its