We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1204d68 commit d732d5bCopy full SHA for d732d5b
mix.exs
@@ -6,7 +6,7 @@ defmodule OtelMetricExporter.MixProject do
6
app: :otel_metric_exporter,
7
name: "OTel Metric Exporter",
8
description: "An unofficial OTel-compatible metric exporter",
9
- version: "0.1.0",
+ version: "0.2.0",
10
elixir: "~> 1.17",
11
start_permanent: Mix.env() == :prod,
12
source_url: "https://github.com/electric-sql/elixir-otel-metric-exporter",
@@ -32,7 +32,7 @@ defmodule OtelMetricExporter.MixProject do
32
defp deps do
33
[
34
{:protobuf, "~> 0.13.0"},
35
- {:telemetry, "~> 1.3"},
+ {:telemetry, "~> 1.0"},
36
{:telemetry_metrics, "~> 1.0"},
37
{:jason, "~> 1.4"},
38
{:nimble_options, "~> 1.1"},
0 commit comments