Skip to content

Commit

Permalink
more clear is optional and not dev
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 30, 2023
1 parent e4dc8a5 commit e11720c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e11720c

Please sign in to comment.