From e11720cf32ffa3750c0bdc98a6c9c1e314610e27 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:41:18 -0300 Subject: [PATCH] more clear is optional and not dev --- mix.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 07e22a2..91a7791 100644 --- a/mix.exs +++ b/mix.exs @@ -35,9 +35,11 @@ defmodule Candlex.MixProject do {:nx, "~> 0.6.2"}, {:rustler_precompiled, "~> 0.7.0"}, + # Optional + {:rustler, "~> 0.30.0", optional: true}, + # Dev - {:ex_doc, "~> 0.30.9", only: :dev, runtime: false}, - {:rustler, "~> 0.30.0", optional: true} + {:ex_doc, "~> 0.30.9", only: :dev, runtime: false} ] end