Skip to content

Commit

Permalink
Relax nimble_owernship requirement (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Mar 12, 2024
1 parent 33910b1 commit 906b63e
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 @@ -57,7 +57,7 @@ defmodule Req.MixProject do
{:finch, "~> 0.17", finch_opts()},
{:mime, "~> 1.6 or ~> 2.0"},
{:jason, "~> 1.0"},
{:nimble_ownership, "~> 0.2.0"},
{:nimble_ownership, "~> 0.2.0 or ~> 0.3.0"},
{:nimble_csv, "~> 1.0", optional: true},
{:aws_signature, "~> 0.3.2", optional: true},
{:plug, "~> 1.0", [optional: true] ++ plug_opts()},
Expand Down

0 comments on commit 906b63e

Please sign in to comment.