Skip to content

Commit ec2152f

Browse files
authored
Relax requirement on Req
1 parent efd6a32 commit ec2152f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule Burrito.MixProject do
3939

4040
defp deps do
4141
[
42-
{:req, "0.4.0"},
42+
{:req, ">= 0.4.0"},
4343
{:typed_struct, "~> 0.2.0 or ~> 0.3.0", runtime: false},
4444
{:jason, "~> 1.2"},
4545
{:ex_doc, ">= 0.0.0", only: :dev}

0 commit comments

Comments
 (0)