Skip to content

Commit 5bda08e

Browse files
committed
fix
1 parent 7117e52 commit 5bda08e

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,3 @@ jobs:
155155
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
156156
with:
157157
fail_ci_if_error: true
158-
cargo-machete:
159-
continue-on-error: true
160-
runs-on: ubuntu-latest
161-
steps:
162-
- uses: actions/checkout@v4
163-
with:
164-
submodules: true
165-
- uses: actions-rs/toolchain@v1
166-
with:
167-
toolchain: stable
168-
override: true
169-
- uses: taiki-e/install-action@v2
170-
with:
171-
tool: cargo-machete
172-
- name: cargo machete
173-
run: cargo machete

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ path = "src/client.rs"
1717
opentelemetry = { path = "../../opentelemetry" }
1818
opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"] }
1919
opentelemetry-stdout = { path = "../../opentelemetry-stdout", features = ["trace"] }
20+
prost = { workspace = true }
2021
tokio = { workspace = true, features = ["full"] }
2122
tonic = { workspace = true }
2223

opentelemetry-stdout/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ tracing = { workspace = true, features = ["std"]}
4545
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
4646
tokio = { workspace = true, features = ["full"] }
4747
once_cell = { workspace = true }
48-
49-
[package.metadata.cargo-machete]
50-
ignored = ["thiserror"]

0 commit comments

Comments
 (0)