Skip to content

Commit

Permalink
remove otel 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
HerveHuneau committed Nov 25, 2024
1 parent f435074 commit 24c7dc4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ args = [
dependencies = [
"clippy-base",
"clippy-auth0",
"clippy-otel-0_20",
"clippy-otel-0_21",
"clippy-otel-0_22",
"clippy-otel-0_23",
Expand All @@ -123,19 +122,6 @@ args = [
]
dependencies = ["build"]

[tasks.clippy-otel-0_20]
command = "cargo"
args = [
"clippy",
"--no-default-features",
"--features",
"tracing_opentelemetry_0_20",
"--all-targets",
"--",
"-D",
"warnings",
]

[tasks.clippy-otel-0_21]
command = "cargo"
args = [
Expand Down Expand Up @@ -216,7 +202,6 @@ args = [

[tasks.deny-check]
dependencies = [
"deny-check-otel-0_20",
"deny-check-otel-0_21",
"deny-check-otel-0_22",
"deny-check-otel-0_23",
Expand Down

0 comments on commit 24c7dc4

Please sign in to comment.