Skip to content

Commit d732d5b

Browse files
committed
relaxed the telemetry dep requirement
1 parent 1204d68 commit d732d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule OtelMetricExporter.MixProject do
66
app: :otel_metric_exporter,
77
name: "OTel Metric Exporter",
88
description: "An unofficial OTel-compatible metric exporter",
9-
version: "0.1.0",
9+
version: "0.2.0",
1010
elixir: "~> 1.17",
1111
start_permanent: Mix.env() == :prod,
1212
source_url: "https://github.com/electric-sql/elixir-otel-metric-exporter",
@@ -32,7 +32,7 @@ defmodule OtelMetricExporter.MixProject do
3232
defp deps do
3333
[
3434
{:protobuf, "~> 0.13.0"},
35-
{:telemetry, "~> 1.3"},
35+
{:telemetry, "~> 1.0"},
3636
{:telemetry_metrics, "~> 1.0"},
3737
{:jason, "~> 1.4"},
3838
{:nimble_options, "~> 1.1"},

0 commit comments

Comments
 (0)