From c6f1bc6ccdb6ab4cfb787eb8db1e9015b6ad180d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Tue, 25 Jun 2024 12:39:24 +0200 Subject: [PATCH] Remove unused deps mentions from README.md --- CHANGELOG.md | 1 + README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099a40b..e1a71df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.1.3 - Dropped support for Elixir 1.11 and 1.12 (Credo requires version 1.13 at least). +- Removed `fast_yaml` and `libyaml` from `README.md`. ## 0.1.2 (2024-06-21) diff --git a/README.md b/README.md index 614f66e..4c5a291 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ def deps do end ``` -The task uses [Fast YAML](https://github.com/processone/fast_yaml) to encode YAML. It depends on [LibYAML](https://pyyaml.org/wiki/LibYAML) so make sure you run the installation steps from [https://github.com/processone/fast_yaml?tab=readme-ov-file#installation](https://github.com/processone/fast_yaml?tab=readme-ov-file#installation). - ## Usage ```bash