Skip to content

Commit

Permalink
Merge pull request keathley#119 from krankin/telemetry-bump
Browse files Browse the repository at this point in the history
support updated telemetry version
  • Loading branch information
keathley authored Oct 4, 2021
2 parents 99dd7de + a7064ad commit 0e2a4b4
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 @@ -61,7 +61,7 @@ defmodule Twirp.MixProject do
{:google_protos, "~>0.1"},
{:finch, "~> 0.6", optional: true},
{:hackney, "~> 1.17", optional: true},
{:telemetry, "~> 0.4"},
{:telemetry, "~> 0.4 or ~> 1.0"},

{:bypass, "~> 2.1", only: [:dev, :test]},
{:credo, "~> 1.1", only: [:dev], runtime: false},
Expand Down

0 comments on commit 0e2a4b4

Please sign in to comment.