We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e716ddf commit e6daeebCopy full SHA for e6daeeb
1 file changed
mix.exs
@@ -36,7 +36,7 @@ defmodule Plug.Cowboy.MixProject do
36
{:plug, "~> 1.7"},
37
{:cowboy, "~> 2.7"},
38
{:cowboy_telemetry, "~> 0.3"},
39
- {:telemetry, "~> 0.4"},
+ {:telemetry, "~> 0.4 or ~> 1.0"},
40
{:ex_doc, "~> 0.20", only: :docs},
41
{:hackney, "~> 1.2.0", only: :test},
42
{:kadabra, "0.3.4", only: :test},
0 commit comments