Skip to content

Commit

Permalink
Add support telemetry v1.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus authored Jul 22, 2021
1 parent e716ddf commit e6daeeb
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 @@ -36,7 +36,7 @@ defmodule Plug.Cowboy.MixProject do
{:plug, "~> 1.7"},
{:cowboy, "~> 2.7"},
{:cowboy_telemetry, "~> 0.3"},
{:telemetry, "~> 0.4"},
{:telemetry, "~> 0.4 or ~> 1.0"},
{:ex_doc, "~> 0.20", only: :docs},
{:hackney, "~> 1.2.0", only: :test},
{:kadabra, "0.3.4", only: :test},
Expand Down

0 comments on commit e6daeeb

Please sign in to comment.