We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecf19f commit 5f082a9Copy full SHA for 5f082a9
mix.exs
@@ -50,7 +50,7 @@ defmodule NebulexRedisAdapter.MixProject do
50
{:redix, "~> 1.1"},
51
{:crc, "~> 0.10", optional: true},
52
{:jchash, "~> 0.1.2", optional: true},
53
- {:telemetry, "~> 0.4", optional: true},
+ {:telemetry, "~> 0.4 or ~> 1.0", optional: true},
54
55
# Test & Code Analysis
56
{:excoveralls, "~> 0.14", only: :test},
0 commit comments