Skip to content

Commit

Permalink
Merge pull request #482 from wingyplus/telemetry-1-0
Browse files Browse the repository at this point in the history
Support telemetry v1.0
  • Loading branch information
teamon committed Jul 26, 2021
2 parents 5344feb + 6da52a1 commit 74d300e
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 @@ -68,7 +68,7 @@ defmodule Tesla.Mixfile do

# other
{:fuse, "~> 2.4", optional: true},
{:telemetry, "~> 0.4", optional: true},
{:telemetry, "~> 0.4 or ~> 1.0", optional: true},

# testing & docs
{:excoveralls, "~> 0.8", only: :test},
Expand Down

0 comments on commit 74d300e

Please sign in to comment.