Skip to content

Commit

Permalink
Allow using with castore 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki committed Feb 17, 2023
1 parent 4534924 commit 37de95f
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 @@ -34,7 +34,7 @@ defmodule Finch.MixProject do
defp deps do
[
{:mint, "~> 1.3"},
{:castore, "~> 0.1"},
{:castore, "~> 0.1 or ~> 1.0"},
{:nimble_pool, "~> 0.2.6"},
{:nimble_options, "~> 0.4"},
{:telemetry, "~> 0.4 or ~> 1.0"},
Expand Down

0 comments on commit 37de95f

Please sign in to comment.