From 4fa24281249e7c99cc22b023d7ce1f284c783b7c Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Wed, 22 Sep 2021 14:03:23 -0600 Subject: [PATCH] Allow telemetry 1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a79481e..1ee86fd 100644 --- a/mix.exs +++ b/mix.exs @@ -50,7 +50,7 @@ defmodule NebulexRedisAdapter.MixProject do {:redix, "~> 1.1"}, {:crc, "~> 0.10", optional: true}, {:jchash, "~> 0.1.2", optional: true}, - {:telemetry, "~> 0.4", optional: true}, + {:telemetry, "~> 0.4 or ~> 1.0", optional: true}, # Test & Code Analysis {:excoveralls, "~> 0.14", only: :test},