Skip to content

Commit 7209cce

Browse files
committed
Support latest telemetry
1 parent 1159592 commit 7209cce

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
@@ -53,7 +53,7 @@ defmodule EctoSQL.MixProject do
5353
defp deps do
5454
[
5555
ecto_dep(),
56-
{:telemetry, "~> 0.4.0"},
56+
{:telemetry, "~> 0.4.0 or ~> 1.0"},
5757

5858
# Drivers
5959
{:db_connection, "~> 2.2"},

0 commit comments

Comments
 (0)