Skip to content

Commit

Permalink
relaxed the telemetry dep requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Dec 25, 2024
1 parent 1204d68 commit d732d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule OtelMetricExporter.MixProject do
app: :otel_metric_exporter,
name: "OTel Metric Exporter",
description: "An unofficial OTel-compatible metric exporter",
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
source_url: "https://github.com/electric-sql/elixir-otel-metric-exporter",
Expand All @@ -32,7 +32,7 @@ defmodule OtelMetricExporter.MixProject do
defp deps do
[
{:protobuf, "~> 0.13.0"},
{:telemetry, "~> 1.3"},
{:telemetry, "~> 1.0"},
{:telemetry_metrics, "~> 1.0"},
{:jason, "~> 1.4"},
{:nimble_options, "~> 1.1"},
Expand Down

0 comments on commit d732d5b

Please sign in to comment.