File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed
Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ path = "src/client.rs"
1717opentelemetry = { path = " ../../opentelemetry" }
1818opentelemetry_sdk = { path = " ../../opentelemetry-sdk" , features = [" rt-tokio" ] }
1919opentelemetry-stdout = { path = " ../../opentelemetry-stdout" , features = [" trace" ] }
20+ prost = { workspace = true }
2021tokio = { workspace = true , features = [" full" ] }
2122tonic = { workspace = true }
2223
Original file line number Diff line number Diff line change @@ -45,6 +45,3 @@ tracing = { workspace = true, features = ["std"]}
4545tracing-subscriber = { workspace = true , features = [" registry" , " std" ] }
4646tokio = { workspace = true , features = [" full" ] }
4747once_cell = { workspace = true }
48-
49- [package .metadata .cargo-machete ]
50- ignored = [" thiserror" ]
You can’t perform that action at this time.
0 commit comments