Skip to content

Commit

Permalink
Merge pull request #1314 from 23Skidoo/patch-1
Browse files Browse the repository at this point in the history
Allow `opentelemetry_process_propagator` 0.3
  • Loading branch information
benwilson512 authored Jun 4, 2024
2 parents 76ad05d + 9428c95 commit 1e02284
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 @@ -78,7 +78,7 @@ defmodule Absinthe.Mixfile do
{:telemetry, "~> 1.0 or ~> 0.4"},
{:dataloader, "~> 1.0.0 or ~> 2.0", optional: true},
{:decimal, "~> 1.0 or ~> 2.0", optional: true},
{:opentelemetry_process_propagator, "~> 0.2.1", optional: true},
{:opentelemetry_process_propagator, "~> 0.3 or ~> 0.2.1", optional: true},
{:ex_doc, "~> 0.22", only: :dev},
{:benchee, ">= 1.0.0", only: :dev},
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 1e02284

Please sign in to comment.