Skip to content

Commit

Permalink
build(deps): be less restrictive about optional rustler version const…
Browse files Browse the repository at this point in the history
…raint
  • Loading branch information
grzuy committed Oct 31, 2023
1 parent 832390f commit 76bc91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule Candlex.MixProject do
{:rustler_precompiled, "~> 0.7.0"},

# Optional
{:rustler, "~> 0.30.0", optional: true},
{:rustler, "~> 0.29", optional: true},

# Dev
{:ex_doc, "~> 0.30.9", only: :dev, runtime: false}
Expand Down

0 comments on commit 76bc91e

Please sign in to comment.