From 5084d0b0597fe4fb4c15923077ac3af3b780bbec Mon Sep 17 00:00:00 2001 From: Jeroen Bourgois Date: Tue, 12 Dec 2023 16:04:03 +0100 Subject: [PATCH] Update mix.exs Make `castore` dep a bit less strict. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index debf951..5c1ab74 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule Clickhousex.Mixfile do [ {:db_connection, "~> 2.0"}, {:mint, "~> 1.0"}, - {:castore, "~> 0.1"}, + {:castore, "~> 0.1 or ~> 1.0"}, {:jason, "~> 1.0"}, {:ex_doc, "~> 0.22", only: :dev}, {:benchee, "~> 1.0", only: [:dev, :test]},