Skip to content

Commit e6daeeb

Browse files
authored
Add support telemetry v1.0 (#69)
1 parent e716ddf commit e6daeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Plug.Cowboy.MixProject do
3636
{:plug, "~> 1.7"},
3737
{:cowboy, "~> 2.7"},
3838
{:cowboy_telemetry, "~> 0.3"},
39-
{:telemetry, "~> 0.4"},
39+
{:telemetry, "~> 0.4 or ~> 1.0"},
4040
{:ex_doc, "~> 0.20", only: :docs},
4141
{:hackney, "~> 1.2.0", only: :test},
4242
{:kadabra, "0.3.4", only: :test},

0 commit comments

Comments
 (0)